anylytical-ng-cli
v0.0.27
Published
This repository is implements our customized Angular Schematic that serves as an extension of `ng generate` customized for our `anylytical-primeng-blueprint`
Downloads
24
Readme
anylytical-ng-cli
This repository is implements our customized Angular Schematic that serves as an extension of ng generate customized for our anylytical-primeng-blueprint
This library was generated with Angular CLI version 17.3.0.
Code scaffolding
Run ng generate component component-name --project anylytical-ng-cli to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project anylytical-ng-cli.
Note: Don't forget to add
--project anylytical-ng-clior else it will be added to the default project in yourangular.jsonfile.
Unit Testing
Run ng test anylytical-ng-cli to execute the unit tests via Karma.
Build
Run ng build anylytical-ng-cli to build the project. The build artifacts will be stored in the dist/ directory.
Publishing
After building your library with ng build anylytical-ng-cli, go to the dist folder cd dist/anylytical-ng-cli and run npm publish.
Usage
Go to the root of your generated web app via the anylytical-primeng-blueprint
- To generate a custom angular component, simply do:
ng generate anylytical-schematics:component- To generate a custom angular service, simply do:
ng generate anylytical-schematics:service