This libs's monorepo was generated with Angular CLI version 9.1.12. This project make use of storybook for development and jest for tests.
Run npm start
or npm run storybook
for a dev server. Navigate to http://localhost:6006/
. The app will automatically reload if you change any of the source files.
Run ng generate module module-name --project=project
to generate a new module. Run ng generate component component-name --project=project-name --module=module-name --style=scss --project=project
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Dont't forget to export your module/components on public-api.ts
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Jest.
Run ng test:cov
to execute the unit tests with coverage report.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.