@digitaldealers/communication-centre v0.0.2
CommunicationCentre
This library was generated with Angular CLI version 8.2.14.
Required styles
Material icons
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined" rel="stylesheet">
Add cms-icons to your angular.json
"styles": [
...
"./node_modules/@digitaldealers/cms-theme/assets/communication-centre-icons/style.css"
]
Code scaffolding
Run ng generate component component-name --project communication-centre
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project communication-centre
.
Note: Don't forget to add
--project communication-centre
or else it will be added to the default project in yourangular.json
file.
Build
Run ng build communication-centre
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build communication-centre
, go to the dist folder cd dist/communication-centre
and run npm publish
.
Running unit tests
Run ng test communication-centre
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.