gilsdav / ngx-translate-router

Translate routes using ngx-translate
131 stars 43 forks source link

fix: allow relative redirectTo with prefix for root routes #134

Closed mstieranka closed 2 years ago

mstieranka commented 2 years ago

Fixes #132


A small explanation for the implementation:

I tested this version of the library in the production application that I'm working on at my company, as well as in the sample app in this repository, and didn't notice any issues.

gilsdav commented 2 years ago

Issues found:

gilsdav commented 2 years ago

fixed

gilsdav commented 2 years ago

Published in version 5.1.0

gilsdav commented 2 years ago

@mstieranka Thank's for your work !