UNPKG

@spartacus/user

Version:

User feature library for Spartacus

13 lines (12 loc) 625 B
import { FormGroup } from '@angular/forms'; import { ForgotPasswordComponentService } from './forgot-password-component.service'; import * as i0 from "@angular/core"; export declare class ForgotPasswordComponent { protected service: ForgotPasswordComponentService; constructor(service: ForgotPasswordComponentService); form: FormGroup; isUpdating$: import("rxjs").Observable<boolean>; onSubmit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ForgotPasswordComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ForgotPasswordComponent, "cx-forgot-password", never, {}, {}, never, never>; }