UNPKG

ng6-socket-io

Version:

Socket.IO Module for Angular 6 and RxJS6

6 lines (5 loc) 92 B
/** Config interface */ export interface SocketIoConfig { url: string; options?: any; }