UNPKG

ez-firebase-auth

Version:
8 lines (7 loc) 344 B
import { AbstractControl } from '@angular/forms'; import * as firebase from 'firebase'; export declare const validateEmail: (fc: AbstractControl) => { email: boolean; }; export declare const clearControlErrors: (fc: AbstractControl, keys: string[]) => void; export declare const firebaseToFormError: (error: firebase.FirebaseError) => any;