The spinner library offers a set of components and utilities for spinners.
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
For all @bamzooka
dependencies replace it with local yarn install:
Example: "@bamzooka/ui-kit-spinner": "file:/Users/ahmed/workspace/bamzooka/dist/libs/shared/ui-kit/spinner"
Run nx test shared-ui-kit-spinner
to execute the unit tests.