import { MockDaffAuthRegisterFacade } from '@daffodil/auth/state/testing'
@Injectable()
class MockDaffAuthRegisterFacade implements DaffAuthRegisterFacadeInterface {
loading$: BehaviorSubject<boolean> = new BehaviorSubject<boolean>(false)
errors$: BehaviorSubject<DaffStateError[]> = new BehaviorSubject<DaffStateError[]>([])
dispatch(action: Action<string>): void
}
void| Parameter | action: Action |
|---|---|
| Description |