Releases: Greentube/localize-router
Releases · Greentube/localize-router
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.