This root project contains a demo app, in src/, that demonstrates the features of the @devintent/dev application development library.
This repository also includes @devintent/schematics which provide code generation
based upon the modules in the @devintent/dev library.
Run npm start to serve the demo app in a dev server.
Navigate to http://localhost:4200/.
The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use
ng generate directive|pipe|service|class|guard|interface|enum|module.
- Run
npm run buildto build the demo project. The build artifacts will be stored in thedist/dev-demodirectory. - Run
npm run build:libto build the library project. The build artifacts will be stored in thedist/devdirectory. - Run
npm run build:schematicsto build the schematics project.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.