Advertisement
Whistik

Untitled

Aug 4th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. const _socketIoConfig: SocketIoConfig = {
  2. url: "",
  3. options: {
  4. secure:false
  5. }
  6. }
  7. import { SocketIoModule, SocketIoConfig } from 'ngx-socket-io';
  8.  
  9. SocketIoModule.forRoot(_socketIoConfig),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement