@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
15 lines (14 loc) • 1.05 kB
TypeScript
import { OnDestroy } from "@angular/core";
import { AbstractChangePasswordComponent, ProfileService, UserService, LoggerService, SnackBarService } from '@netgrif/components-core';
import { FormBuilder } from "@angular/forms";
import { TranslateService } from "@ngx-translate/core";
import { Subscription } from "rxjs";
import * as i0 from "@angular/core";
export declare class ChangePasswordFormComponent extends AbstractChangePasswordComponent implements OnDestroy {
protected _snackbar: SnackBarService;
streamChangePassword: Subscription;
constructor(formBuilder: FormBuilder, profileService: ProfileService, user: UserService, log: LoggerService, translate: TranslateService, minPasswordLength: any, _snackbar: SnackBarService);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ChangePasswordFormComponent, [null, null, null, null, null, { optional: true; }, null]>;
static ɵcmp: i0.ɵɵComponentDeclaration<ChangePasswordFormComponent, "nc-change-password-form", never, {}, {}, never, never, false, never>;
}