UNPKG
psi-socket-io
Version:
latest (3.14.0)
3.14.0
Socket.IO module for Angular
github.com/richnologies/ngx-socket-io
richnologies/ngx-socket-io
psi-socket-io
/
src
/
config
/
socket-io.config.ts
6 lines
(5 loc)
•
96 B
text/typescript
View Raw
1
2
3
4
5
6
/** Config interface */
export
interface
SocketIoConfig
{
url
:
string
;
options
?:
any
; }