utask-lib

In the folder `projects/utask-lib`: > ng build utask-lib The build artifacts will be stored in the `dist/` directory.

Usage no npm install needed!

<script type="module">
  import utaskLib from 'https://cdn.skypack.dev/utask-lib';
</script>

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.