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
/
dist
/
socketIoConfig.d.ts
6 lines
(5 loc)
•
92 B
TypeScript
View Raw
1
2
3
4
5
6
/** Config interface */
export
interface
SocketIoConfig
{
url
:
string
;
options
?:
any
; }