angular url not valid send you to a component

JavaScript
{ path: 'notfound', component: NotFoundComponent},
  { path: "**",redirectTo:"notfound"},
Source

Also in JavaScript: