@metadot/ui-kit-spinner
v0.0.41
Published
The spinner library offers a set of components and utilities for spinners.
Downloads
10
Readme
Spinner
The spinner library offers a set of components and utilities for spinners.
Build
Run nx build shared-ui-kit-spinner --with-deps --prod
Go to package.json created in dist/libs/shared/ui-kit/spinner
and move all @angular
dependencies to perDependencies
To test it as a local package
For all @metadot
dependencies replace it with local yarn install:
Example: "@metadot/ui-kit-spinner": "file:/Users/ahmed/workspace/metadot-workspace/dist/libs/shared/ui-kit/spinner"
Running unit tests
Run nx test shared-ui-kit-spinner
to execute the unit tests.