We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The examples in route-guards.md use the wrong import for the AuthGuard. It should be import { AuthGuard } instead of import { AngularFireAuthGuard }.
AuthGuard
import { AuthGuard }
import { AngularFireAuthGuard }
The text was updated successfully, but these errors were encountered:
This issue does not seem to follow the issue template. Make sure you provide all the required information.
Sorry, something went wrong.
No branches or pull requests
The examples in route-guards.md use the wrong import for the
AuthGuard
. It should beimport { AuthGuard }
instead ofimport { AngularFireAuthGuard }
.The text was updated successfully, but these errors were encountered: