UNPKG

ez-firebase-auth

Version:
11 lines (10 loc) 333 B
import { OnInit } from '@angular/core'; import { EzfaService } from '../../ezfa.service'; export declare class ProvidersListPhraseComponent implements OnInit { protected authService: EzfaService; providerIds: string[]; andOr: string; phrase: string; constructor(authService: EzfaService); ngOnInit(): void; }