unity-library
v0.0.87
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.0.
Downloads
3
Readme
UnityLibrary
This library was generated with Angular CLI version 13.3.0.
Code scaffolding
Run ng generate component component-name --project unity-library
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project unity-library
.
Note: Don't forget to add
--project unity-library
or else it will be added to the default project in yourangular.json
file.
Build
Run npm run lib:build
to build the project. The build artifacts will be stored in the dist/
directory.
Increase the version to publish
First increase the lib version lib:version-patch
, then publish it.
Publishing
To publish lib to private NPM registrynpm run lib:publish
.
Running unit tests
Run ng test unity-library
to execute the unit tests via Karma.