GitHub

DaffAuthResetPasswordFacade

import { DaffAuthResetPasswordFacade } from '@daffodil/auth/state'

@Injectable()
class DaffAuthResetPasswordFacade implements DaffAuthResetPasswordFacadeInterface {
  token$: Observable<DaffAuthResetPasswordInfo['token']>
  loading$: Observable<boolean>
  errors$: Observable<DaffStateError[]>

  dispatch(action: Action<string>): void
}

() Methods

dispatch
void
Parameters
Parameteraction: Action
Description