ngx-coal
v2.0.2
Published
Angular components library based on Angular Material
Readme
NgxCoal
Angular components library based on Angular Material
Demo Tester
Run cd projects/ngx-coal-tester/ & ng serve to see a demo of the components or try it on Stackblitz.
Code scaffolding
Run ng generate component component-name --project ngx-coal to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ngx-coal.
Note: Don't forget to add
--project ngx-coalor else it will be added to the default project in yourangular.jsonfile.
Build
Run ng build ngx-coal to build the project. The build artifacts will be stored in the dist/ directory.
Publishing
After building your library with ng build ngx-coal, go to the dist folder cd dist/ngx-coal and run npm publish.
Running unit tests
Run ng test ngx-coal to execute the unit tests via Karma.
