@karve.it/features
v0.0.45
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.12.
Downloads
10
Readme
KarveFeatures
This library was generated with Angular CLI version 11.2.12.
Code scaffolding
Run ng generate component component-name --project karve-features
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project karve-features
.
Note: Don't forget to add
--project karve-features
or else it will be added to the default project in yourangular.json
file.
Build
Run ng build karve-features -c=production
to build the project. The build artifacts will be stored in the dist/
directory.
Ensure you have run npm install in the base directory so the imports are all satisfied.
Publishing
After building your library with ng build karve-features
, go to the dist folder cd dist/karve-features
and run npm publish
.
Make sure you move all dependencies into the
peerDependencies
section or you will likely recieve an error.
Running unit tests
Run ng test karve-features
to execute the unit tests via Karma.
Further help
If you are stuck please look at the karve/core README as it may contain additional information.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.