import { DaffAuthFacade } from '@daffodil/auth/state'
@Injectable()
class DaffAuthFacade implements DaffAuthFacadeInterface {
loading$: Observable<boolean>
errors$: Observable<DaffStateError[]>
loggedIn$: Observable<boolean>
dispatch(action: Action<string>): void
}
Observable<boolean>
Default | – |
---|---|
Description |
Observable<DaffStateError[]>
Default | – |
---|---|
Description |
Observable<boolean>
Default | – |
---|---|
Description | Whether the current user is logged in. |
void
Parameter | action: Action |
---|---|
Description |