-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Add queryParams into return url from custom AuthGuardPipe #2144
Comments
I found that the
but with createUrlTree in this post how i can make queryParams without passing |
EdricChan03
added a commit
to EdricChan03/angularfire
that referenced
this issue
May 9, 2020
…` to redirect to Closes angular#2287, angular#2144
EdricChan03
added a commit
to EdricChan03/angularfire
that referenced
this issue
May 9, 2020
…` to redirect to Closes angular#2287, angular#2144
EdricChan03
added a commit
to EdricChan03/angularfire
that referenced
this issue
May 9, 2020
EdricChan03
added a commit
to EdricChan03/angularfire
that referenced
this issue
May 23, 2020
EdricChan03
added a commit
to EdricChan03/angularfire
that referenced
this issue
Jun 15, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying use authGuard to return deep-link for user after success login but it's look like return url from authGuardPipe be encoded, therefore my link break.
my code:
Request:
1, Is there anyway to add query param into url that return from custom authGuardPipe.
2, It would be great if i can use RouterState in custom pipe for get queryparams in a proper way, not like the way i did above.
Thank you.
UPDATED
bacause
AngularFireAuthGuard implements CanActivate
therefore i can userouterState
like normal CanActivate. But i still not found solution for question 1.The text was updated successfully, but these errors were encountered: