chat-view

An angular component library for chat widget.

Usage no npm install needed!

<script type="module">
  import chatView from 'https://cdn.skypack.dev/chat-view';
</script>

README

chat-view

An angular component library for chat widget.

Usage & Demo

Please refer Repo for usage.


Installation

You can install chat-view using npm

npm install chat-view --save

API

Import

import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; //Required
import { ChatViewModule } from 'chat-view';

// In your App's module:
imports: [
   ChatViewModule,
   BrowserAnimationsModule //Include Browser Animations Module
]