URL Angular tidak valid mengirim Anda ke komponen

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