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
/
index.ts
3 lines
•
192 B
text/typescript
View Raw
1
2
3
export
{
SocketIoModule
}
from
'./src/socket-io.module'
;
export
{
SocketIoConfig
}
from
'./src/config/socket-io.config'
;
export
{
WrappedSocket
as
Socket
}
from
'./src/socket-io.service'
;