README
Installation
This package has some additional peer dependencies which can be installed by running
npm install --save time-ago-pipe filepond filepond-plugin-file-validate-type ngx-filepond @fortawesome/angular-fontawesome @fortawesome/fontawesome-svg-core @fortawesome/free-regular-svg-icons @fortawesome/free-solid-svg-icons
After resolving them install it using
npm install --save @chatr/ng-message-data
Usage
Add the module to imports
import { MessageDataModule } from '@chatr/ng-message-data';
...
@NgModule({
...,
declarations: [..., MessageDataModule, ... ],
...
})
...
Use it in the html template
<chat-message-data [data]="data"></chat-message-data>
Note
This package is part of a larger library. Consider installing @chatr/angular
instead.