@chatr/ng-message

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.6.

Usage no npm install needed!

<script type="module">
  import chatrNgMessage from 'https://cdn.skypack.dev/@chatr/ng-message';
</script>

README

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.