UNPKG
@atton16/ngx-socket-io
Version:
latest (3.2.1)
3.2.1
Socket.IO module for Angular
github.com/atton16/ngx-socket-io
atton16/ngx-socket-io
@atton16/ngx-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'
;