Why I am getting error in Angular. can't GET /

164 Views Asked by At

I was facing the error can't GET / in Angular after implementing the Route.

1

There are 1 best solutions below

0
On

In app-route.module.ts , Don't give space in Home directory. For Example :: { path: '', component: AngularComponent },

in navbar.component.html , do as give below

Home