ngx socket io:Angular的Socket.IO模块 源码

partly73861 12 0 ZIP 2021-02-01 22:02:13

ngx-socket-io 模块 安装 npm install ngx-socket-io 如何使用 导入和配置SocketIoModule import { SocketIoModule , SocketIoConfig } from 'ngx-socket-io' ; const config : SocketIoConfig = { url : 'http://localhost:8988' , options : { } } ; @ NgModule ( { declarations : [ AppComponent ] , imports : [ B

用户评论
请输入评论内容
评分:
暂无评论