@chatr/ng-message-data

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 chatrNgMessageData from 'https://cdn.skypack.dev/@chatr/ng-message-data';
</script>

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.