UNPKG

bfend

Version:

Admin template base on ng-zorro-antd

10 lines (9 loc) 280 B
import { OnInit } from '@angular/core'; import { FormBuilder, FormGroup } from '@angular/forms'; export declare class BfChangePasswordComponent implements OnInit { private fb; form: FormGroup; constructor(fb: FormBuilder); ngOnInit(): void; getValue(): any; }