0.2.0 • Published 6 years ago
nq-it v0.2.0
Nquireit
Installation Steps
npm install jquerynpm install stompjsnpm install @angular/materialnpm install @angular/corenpm install nq-itImport NquireitChatBoxModule and BrowserAnimationModule to app.module.ts
import {NquireitChatboxModule} from 'nq-it'- Add the following script tag in the index.html
<script> var global = window; </script>- Add styles
@import '@angular/material/prebuilt-themes/deeppurple-amber.css';
body{ height: 100vh;}