0:00 Overview of Angular Project
0:40 Start Work on Ecommerce Project
1:00 Angular Installation
3:20 Run Angular Ecommerce Project
3:50 Create Components for Add to cart App
6:17 Add Bootstrap in Angular Project
9:35 Make Header Like Flipkart UI
20:33 Work on Product Components
28:01 Test API using Postman
29:50 Set Base URL For Get Products
43:51 Route Configuration
46:26 Work on Cart Components
1:28:11 Finishing of Project. ☺
++++++++Tag ++++++++++++++++
shopping cart in angular,angular shopping cart, angular ecommerce project,
Add to cart in Angular, Angular add to shopping cart, Shopping cart in Angular 13, Angular Flipkart UI, add to cart example in angular, shopping example in angular, Angular add to cart, Angular Ecommerce
Angular 8 File Structure e2e(end-to-end) – This folder contains test cases for testing the complete application along with its specific configuration files. node_modules – Contains all the node-modules used in the angular application. src – Complete source code of the application resides in src folder. app – root component of the application. assets – contains all the images or resources used in the application. environments – contains build configuration environments of the application. We can create any target environment and specify its configuration here. index.html – This is the main html page which is rendered when someone opens your website or application. main.ts – This is the main entry point of the angular application which compiles the AppModule and renders the specified bootstrap component in the browser. styles.css – Contains all the styles to be used as globally in the application....
Comments
Post a Comment