Closed yavuzgunay closed 1 year ago
Same for me:
It seems to be working in 15.0.0
but not in 15.0.2
Tkank's for the precision. This version will probably be a big deal because of the new API's. This library has to work like previously (with module) and with the new standalone API.
I can confirm: it's working in 15.0.0 and not in 15.0.2, which seems strange to me because patch updates aren't suppose to break things, right? Is there a fix planned, or can I help in any way?
Having the same problem, though throws different exception for the same line (ff). I'm on 15.0.0 though
It seems we have received an explanation from the angular Team https://github.com/angular/angular/issues/48421. Which is the plan @gilsdav? Can we make it work for Angular 15? I have contributed a few times to this library and I'm happy to help if there is a path to follow.
Hello @ruizmarc, thanks for all tout contributions. We known that we use private apis that can have breaking changes but we din't find an other way to acheve what the library do.
First think to do is to check all New changes to the RouterModule and apply it in this library. As explained by Angular Team, they don't use constructor anymor for injection so firstly we have adapt ours and cross fingers.
I think I've fixed it, will open PR soon.
I tested 6.0.0-rc1 on 4 different projects, no issues so far.
Version 6.0.0-rc2 is out with some cleaning. If everything is ok I will publish it as latest version.
I'm testing 6.0.0-rc2, so far no issues
Version 6.0.0
released
I updated my project to Angular 15. After updating the localize router did not work. Project give _proto not found error at file localized-router.ts.