kaon-lib
v0.0.5
Published
UI Library of components
Readme
KaonLib
UI Library of components
Code scaffolding
Run ng generate component component-name --project kaon-lib to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project kaon-lib.
Note: Don't forget to add
--project kaon-libor else it will be added to the default project in yourangular.jsonfile.
Build & Publish
When making a change to the library:
- On kaon-libproj run
npm run build-lib - Then go to projects/kaon-lib and publish it by running
cd dist/kaon-lib & npm publish --access public - In the UI app run
npm install kaon-lib@latestto get the latest changes from the library
Running unit tests
Run ng test kaon-lib to execute the unit tests via Karma.
