Oct 24, 2024
ng new e-commerce
ng serve
localhost:4200.npm install bootstrap
angular.json to include Bootstrap CSS and JS links.ng generate component [component-name]
app-routing.module.ts:
ng generate service product
HTTPClientModule to make API calls.this.productList = result.data;