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