UNPKG

ez-firebase-auth

Version:
10 lines (9 loc) 301 B
import { OnInit } from '@angular/core'; import { EzfaService } from '../../ezfa.service'; export declare class ProviderLabelComponent implements OnInit { protected authService: EzfaService; providerId: string; label: any; constructor(authService: EzfaService); ngOnInit(): void; }