html-message
v0.0.2
Published
Simple components for displaying html emails
Downloads
4
Readme
HtmlMessage
This library was generated with Angular CLI version 8.0.3.
Usage
For displaying message simply use
<lib-html-message [message]="htmlEmailBody"></lib-html-message>
For displaying preview (in text) you can use
<lib-html-message-preview [message]="htmlEmailBody" [length]="maxCharLenght"></lib-html-message-preview>
Code scaffolding
Run ng generate component component-name --project html-message
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project html-message
.
Note: Don't forget to add
--project html-message
or else it will be added to the default project in yourangular.json
file.
Build
Run ng build html-message
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build html-message
, go to the dist folder cd dist/html-message
and run npm publish
.
Running unit tests
Run ng test html-message
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.