Jakub Strojewski
Jakub Strojewski
Hi, is there a chance that PKCE will be added?
Any updates on this one ?
I get same issue with `2.0.0-beta.13`
There is a workaround. But it's really ugly and not too safe I'd say: ```typescript const original = encodeURI window.encodeURI = encodeURIComponent router.navigate(routeName, routeParams) window.encodeURI = original ``` :upside_down_face:
Hi great idea! But I see 2 issues (1st one is production issue, 2nd it's just my own, opinionated 'but'): 1. Will not work for minified code 2. I don't...
1. I'll probably update it with your idea - maybe you can create pull request with "service name omission" only :) 2. I'm thinking of better way - omit `module`/`module...
Can you explain more precisely?
Ok, great - waiting for your proposition :)
@Romakita - sorry for delay, I have a lot of hard work with other things. Just give me few days ;)