The examples in [route-guards.md](https://github.com/angular/angularfire/blob/main/site/src/auth/route-guards.md) use the wrong import for the `AuthGuard`. It should be `import { AuthGuard }` instead of `import { AngularFireAuthGuard }`.
The examples in route-guards.md use the wrong import for the
AuthGuard. It should beimport { AuthGuard }instead ofimport { AngularFireAuthGuard }.