MCPcopy
hub / github.com/angular/angularfire / auth.component.ts

File auth.component.ts

sample/src/app/auth/auth.component.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Component, inject, makeStateKey, OnDestroy, PLATFORM_ID, TransferState } from '@angular/core';
2import { Auth, signInAnonymously, signOut, User } from '@angular/fire/auth';
3import { map, startWith, switchMap, tap } from 'rxjs/operators';
4import { AsyncPipe, isPlatformBrowser, isPlatformServer } from '@angular/common';

Callers

nothing calls this directly

Calls 1

ɵzoneWrapFunction · 0.85

Tested by

no test coverage detected