Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49240

Socket.io need url define in page.ts, not in module.ts ionic-v4

$
0
0

@anupzone wrote:

in app.module.ts

import { SocketIoModule, SocketIoConfig } from 'ng-socket-io';
........
const config: SocketIoConfig = { url: 'http://localhost:3001', options: {} };
........
imports: [
    SocketIoModule.forRoot(config)
  ]

but i want to define url in chat.page.ts

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 49240

Trending Articles