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| Default | – |
|---|---|
| Description |
Observable<DaffStateError[]>| Default | – |
|---|---|
| Description |
Observable| Default | – |
|---|---|
| Description | Whether the current user is logged in. |
void| Parameter | action: Action |
|---|---|
| Description |