chat component for rocket.chat;for ng6
npm install kst-chatStoreModule,如果本身你的应用使用了ngrx,请忽略
javascript
KstChatModule.forRoot({
url: 'http://192.168.31.137:8818',
register: {
secretURL: '4PjnyEkwb4zP3JaNo'
},
websocket: {
url: 'ws://192.168.31.137:8818/websocket'
},
file: {
uploadUrl: 'http://oss.kingsmartech.com/api/kstfile/files/upload',
getFileUrl: http://oss.kingsmartech.com/api/kstfile/files/www/{fileid}
}
})
`
4. angular.json中 styles节点加入"node_modules/kst-chat/src/styles.less"
5. 使用
` html
`
` javascript
currentUser: any = {
appUserName: '张三',
username: 'zhangsan',
userId: 23,
chatpwd: '123456'
};
``