I have angular application which is loaded after redirecting from another application. I want to access query params when authentication website returns to my Angular application. The url looks like
I want to access the query params but I am not able to do it correctly using this.activatedRoute.snapshot.queryParams
I suspect that it is due to encoded params. Is there any workaround ?
regards, Venky