We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91fca30 + 7a34bae commit 88e22b5Copy full SHA for 88e22b5
docs/auth/getting-started.md
@@ -16,7 +16,7 @@ import * as firebase from 'firebase/app';
16
@Component({
17
selector: 'app-root',
18
template: `
19
- <div *ngIf="afAuth.authState | async; let user; else showLogin">
+ <div *ngIf="afAuth.authState | async as user; else showLogin">
20
<h1>Hello {{ user.displayName }}!</h1>
21
<button (click)="logout()">Logout</button>
22
</div>
0 commit comments