angular url not valid send you to a component

Solutions on MaxInterview for angular url not valid send you to a component by the best coders in the world

showing results for - "angular url not valid send you to a component"
Magda
31 Apr 2019
1{ path: 'notfound', component: NotFoundComponent},
2  { path: "**",redirectTo:"notfound"},
similar questions