Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@chatr/ng-message

mind-matrix1MIT0.0.1TypeScript support: included

This library was generated with Angular CLI version 10.1.6.

angular, chatr, chat, ui, message, component, library

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.