mat-extended-theme
v0.5.6
Published
A common theme library used in Cora Angular projects
Downloads
726
Readme
MatExtendedTheme
A common theme library used in Cora Angular projects
Code scaffolding
Run ng generate component component-name --project mat-extended-theme
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project mat-extended-theme
.
Note: Don't forget to add
--project mat-extended-theme
or else it will be added to the default project in yourangular.json
file.
Build
Run ng build mat-extended-theme
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build mat-extended-theme
, go to the dist folder cd dist/mat-extended-theme
and run npm publish
.
Running unit tests
Run ng test mat-extended-theme
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.