1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 | import { ChangeDetectorRef } from '@angular/core';
|
7 | import { Router } from '@angular/router';
|
8 | import { NbAuthService } from '../../services/auth.service';
|
9 | import * as i0 from "@angular/core";
|
10 | export declare class NbResetPasswordComponent {
|
11 | protected service: NbAuthService;
|
12 | protected options: {};
|
13 | protected cd: ChangeDetectorRef;
|
14 | protected router: Router;
|
15 | redirectDelay: number;
|
16 | showMessages: any;
|
17 | strategy: string;
|
18 | submitted: boolean;
|
19 | errors: string[];
|
20 | messages: string[];
|
21 | user: any;
|
22 | constructor(service: NbAuthService, options: {}, cd: ChangeDetectorRef, router: Router);
|
23 | resetPass(): void;
|
24 | getConfigValue(key: string): any;
|
25 | static ɵfac: i0.ɵɵFactoryDeclaration<NbResetPasswordComponent, never>;
|
26 | static ɵcmp: i0.ɵɵComponentDeclaration<NbResetPasswordComponent, "nb-reset-password-page", never, {}, {}, never, never, false, never>;
|
27 | }
|