URL angular no válida Enviarlo a un componente

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