v0.6.1
Adding wildcard route support
{ path: '**', redirectTo: 'home' }
becomes e.g.:
{ path: '**', redirectTo: 'de/startseite' }
while
{ path: '**', component: '404Component' }
would remain as it is.
Adding wildcard route support
{ path: '**', redirectTo: 'home' }
becomes e.g.:
{ path: '**', redirectTo: 'de/startseite' }
while
{ path: '**', component: '404Component' }
would remain as it is.