UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

10 lines (9 loc) 769 B
import { AbstractForgottenPasswordComponent, LoggerService, SignUpService } from '@netgrif/components-core'; import { FormBuilder } from '@angular/forms'; import { TranslateService } from '@ngx-translate/core'; import * as i0 from "@angular/core"; export declare class ForgottenPasswordFormComponent extends AbstractForgottenPasswordComponent { constructor(formBuilder: FormBuilder, signupService: SignUpService, log: LoggerService, translate: TranslateService, minPasswordLength: any); static ɵfac: i0.ɵɵFactoryDeclaration<ForgottenPasswordFormComponent, [null, null, null, null, { optional: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<ForgottenPasswordFormComponent, "nc-forgotten-password-form", never, {}, {}, never, never, false, never>; }