ionescu77 / raz-websocket-angular

Simple Angular 11 RxJs Websocket via echo.websocket.org
1 stars 0 forks source link

NG: Websocket article, imports and then create service and component #2

Closed ionescu77 closed 3 years ago

ionescu77 commented 3 years ago

Apendix

ionescu77 commented 3 years ago

Routing fix

Routing did not work because this was missing from app.component.html.

If you want routing add this instead:

<router-outlet></router-outlet>