@marcura/marcura-blocker
v3.0.0
Published
## Build
Downloads
5
Maintainers
Keywords
Readme
MarcuraBlocker
Build
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory.
Development
Run npm run start
to start watching changes in project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with npm run build
, go to the dist folder cd dist/marcura-blocker
and run npm publish
from dist/
directory.
Running unit tests
Run ng test marcura-blocker
to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.