utask-lib
v0.2.30
Published
In the folder `projects/utask-lib`: > ng build utask-lib The build artifacts will be stored in the `dist/` directory.
Downloads
42
Readme
Build
In the folder projects/utask-lib
:
ng build utask-lib The build artifacts will be stored in the
dist/
directory.
Publish
After building your library with ng build utask-lib
, go to the dist folder cd dist/utask-lib
and run npm publish
.
Running unit tests
Run ng test utask-lib
to execute the unit tests via Karma.