angular-six-chat
v0.0.2
Published
npm install angular-six-chat
Downloads
4
Readme
Angular 6 Library
Installation
npm install angular-six-chat
Added below app.module.ts file
import {ChatModule} from 'angular-six-chat';
@NgModule({ imports: [ ChatModule ] })
Used
tag < lib-chat>< /lib-chat >