Angular: Cannot Get / Angular: Cannot Get / angular angular

Angular: Cannot Get /


The way I resolved this error was by finding and fixing the error that the console reported.

Run ng build in your command line/terminal, and it should display a useful error, such as the example in red here: Property 'name' does not exist on type 'object'.

Console example


For me it also was problem with path, but I had percentage sign in the root folder.

After I replaced %20 with space, it started to work :)


The problem was that I ran the commands within the folder /project/src/app. Navigating back to the project folder so to /project and running ng serve from there solved my problem.