UNPKG
ez-firebase-auth
Version:
latest (1.0.10)
1.0.10
1.0.9
1.0.8
Easy Firebase Auth for Angular 4.x
github.com/nowzoo/ez-firebase-auth
nowzoo/ez-firebase-auth
ez-firebase-auth
/
routes
/
util
/
provider-icon.component.d.ts
8 lines
(7 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
ProviderIconComponent
implements
OnInit
{
static
PROVIDER_ICONS
:
any
;
providerId
:
string
;
classes
:
string
;
ngOnInit
():
void
; }