1.0.5 • Published 4 years ago

chat-view v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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
]