@chatr/ng-message
v0.0.1
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.6.
Maintainers
Readme
Installation
This package has no additional peer dependencies. So it can be simply installed using
npm install --save @chatr/ng-messageUsage
Add the module to imports
import { MessageModule } from '@chatr/ng-message';
...
@NgModule({
...,
declarations: [..., MessageModule, ... ],
...
})
...Use it in the html template
<chat-message [color]="color" [backgroundColor]="backgroundColor" [class]="align" [transitory]="transitory">
The quick brown fox jumped over the lazy dog
</chat-message>Note
This package is part of a larger library. Consider installing @chatr/angular instead.
