Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display nothing after ng serve #1

Open
pierre03 opened this issue Jan 28, 2020 · 2 comments
Open

Display nothing after ng serve #1

pierre03 opened this issue Jan 28, 2020 · 2 comments

Comments

@pierre03
Copy link

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?

@a-syde
Copy link

a-syde commented Jan 28, 2020

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

@imhardayalsingh
Copy link

default routing in landing page is empty.
try :

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants