Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 691 Bytes

File metadata and controls

25 lines (15 loc) · 691 Bytes

AngularECart

Live demo of project Angular-eCart
This project is generated with Angular CLI version 8.3.21.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Angular concepts used in project\

1.Dependency Injection using service
2.HttpClientModule
3.Routing
4.FormsModule

How to deploy angular project to github

use these 3 commands:
1.npm install -g angular-cli-ghpages
2.ng build --prod --base-href "https://.github.io//"
3.ngh --dir dist/