Closed ionescu77 closed 3 years ago
ng g s _services/socket
ng g c chat
echo.websocket.org
environment
app.component.html
good for ng ui, ignore server backend, routing does not work https://dev.to/anthonyikeda/quickest-websockets-with-quarkus-and-angular-10-1e2c https://github.com/cloudy-engineering/angular-chat-ui
good for websocket endpoint, but RxJs is outdates as of angular 11, Apr. 2021 https://tutorialedge.net/typescript/angular/angular-websockets-tutorial/
Routing did not work because this was missing from app.component.html.
If you want routing add this instead:
<router-outlet></router-outlet>
echo.websocket.org
toenvironment
app.component.html
Apendix
good for ng ui, ignore server backend, routing does not work https://dev.to/anthonyikeda/quickest-websockets-with-quarkus-and-angular-10-1e2c https://github.com/cloudy-engineering/angular-chat-ui
good for websocket endpoint, but RxJs is outdates as of angular 11, Apr. 2021 https://tutorialedge.net/typescript/angular/angular-websockets-tutorial/