UNPKG
ng6-socket-io
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Socket.IO Module for Angular 6 and RxJS6
github.com/vrn-dev/ng6-socket-io
vrn-dev/ng6-socket-io
ng6-socket-io
/
index.d.ts
4 lines
(3 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
export
{
SocketIoModule
}
from
'./dist/socket-io.module'
;
export
{
SocketIoConfig
}
from
'./dist/socketIoConfig'
;
export
{
WrappedSocket
as
Socket
}
from
'./dist/socket-io.service'
;