0.0.2 • Published 5 years ago

html-message v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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 your angular.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.