0.3.1 • Published 5 years ago

kst-chat v0.3.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

KstChat

chat component for rocket.chat

依赖说明

  • bootstrap4的样式文件

安装说明

  • 1.x 针对angular7.x
  • 2.x 针对angular6.x

安装

  1. npm install kst-chat || yarn add kst-chat
  2. 入口module 里面 导入模块StoreModule,如果本身你的应用使用了ngrx,请忽略
  3. 入口module导入模块
    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. 使用

     <kst-chat [user]="currentUser" channel="test1"></kst-chat>
    currentUser: any = {
        appUserName: '张三',
        username: 'zhangsan',
        userId: 23,
        chatpwd: '123456'
    };
0.3.1

5 years ago

0.3.0

5 years ago

0.2.12

5 years ago

0.2.11

5 years ago

0.1.12

5 years ago

0.2.10

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago