URL Angular Nieważny Wyślij do komponentu

{ path: 'notfound', component: NotFoundComponent},
  { path: "**",redirectTo:"notfound"},
Bewildered Baboon