My Localhost:4200 is not showing my angular project

Viewed 37
2 Answers
  1. Enable auto save or save and run again
  2. Open dev tools(Right click >> inspect >> console tab) and check the error.

Is Autosave on? Try enabling it and refreshing your project. Else press ctrl+c and terminate the earlier command and run it again.

Related