DaffAuthResetPasswordFacade
@Injectable()
class DaffAuthResetPasswordFacade implements DaffAuthResetPasswordFacadeInterface {
token$: Observable<DaffAuthResetPasswordInfo['token']>
loading$: Observable<boolean>
errors$: Observable<DaffStateError[]>
dispatch(action: Action<string>)
}
Properties
Name | Type | Description |
---|---|---|
token$ | Observable<DaffAuthResetPasswordInfo['token']> | |
loading$ | Observable<boolean> | |
errors$ | Observable<DaffStateError[]> | |
dispatch |