0.0.1 • Published 4 years ago

@chatr/ng-message v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

Installation

This package has no additional peer dependencies. So it can be simply installed using

npm install --save @chatr/ng-message

Usage

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.