This project contains Angular 2
, ng2-bootstrap
components, PrimeNG
components
You should have to install Angular Cli ````
npm install -g @angular/cli
ng new PROJECT_NAME
cd PROJECT_NAME
ng serve
You can find all possible blueprints in the table below:
Scaffold | Usage |
---|---|
Component | ng g component my-new-component |
Directive | ng g directive my-new-directive |
Pipe | ng g pipe my-new-pipe |
Service | ng g service my-new-service |
Class | ng g class my-new-class |
Interface | ng g interface my-new-interface |
Enum | ng g enum my-new-enum |
Module | ng g module my-module |