ng-rtc-call-app icon indicating copy to clipboard operation
ng-rtc-call-app copied to clipboard

Display nothing after ng serve

Open pierre03 opened this issue 5 years ago • 2 comments

Hello, I have launched the command: npm install =>OK then: ng serve => OK, but nothing on the screen... These are the messages in the web socket:

o
a["{\"type\":\"overlay\",\"data\":{\"errors\":true,\"warnings\":false}}"]
a["{\"type\":\"hash\",\"data\":\"73ad0a685ebfc6759a65\"}"]
a["{\"type\":\"ok\"}"]

Can you tell me why?

pierre03 avatar Jan 28 '20 20:01 pierre03

Cause there is no route for it. Check AppRoutingModule Hit enter-room

a-syde avatar Jan 28 '20 22:01 a-syde

default routing in landing page is empty. try :

http://localhost:4200/create-room http://localhost:4200/enter-room http://localhost:4200/room/2

imhardayalsingh avatar Oct 20 '20 11:10 imhardayalsingh