UNPKG

@nowzoo/ngx-firebase-auth

Version:

Angular components for Firebase email-first sign in and out-of-band (oob) actions (reset password, etc).

9 lines (8 loc) 336 B
import { AbstractControl } from '@angular/forms'; export declare class NgxFirebaseAuthFormHelper { static setErrorUntilChanged(fc: AbstractControl, key: string, value?: any): void; static clearError(fc: AbstractControl, key: string): void; static requiredNonEmpty(fc: AbstractControl): { required: boolean; }; }