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