Todo App made with Angular
Run ng serve for a dev server. Navigate to lohalhost:4200. The app will automatically reload if you change any of the source files.
| Run | to |
|---|---|
ng generate component component-name |
generate a new component |
ng generate directive directive-name |
generate a new directive |
ng generate pipe pipe-name |
generate a new pipe |
ng generate service service-name |
generate a new service |
ng generate class class-name |
generate a new class |
ng generate guard guard-name |
generate a new guard |
ng generate interface interface-name |
generate a new interface |
ng generate enum enum-name |
generate a new enum |
ng generate module module-name |
generate a new module |
| Run | to |
|---|---|
ng build |
build the project in development build |
ng build --prod |
build the project in production build |
The build artifacts will be stored in the dist/ directory. |
| Run | to |
|---|---|
ng test |
execute the unit tests via Karma |
| Run | to |
|---|---|
ng e2e |
execute the end-to-end tests via Protractor. |
| Run | to |
|---|---|
ng help |
get more help on the Angular CLI |
Or go check out the Angular CLI README.