ez-firebase-auth
Version:
Easy Firebase Auth for Angular 4.x
11 lines (10 loc) • 333 B
TypeScript
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;
}