skbkontur / angular-router-ex

MIT License
3 stars 2 forks source link

Redirects #2

Open bukharin opened 7 years ago

bukharin commented 7 years ago

Able to configure route redirects

{ path: '/old-url', redirectTo: '/new-url' }
bukharin commented 7 years ago

Also I think we need to support redirects with params, like

{ path: '/old-url/:id', redirectTo: '/new-url/:id' }