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
/
application-label.component.d.ts
9 lines
(8 loc)
•
268 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
OnInit
}
from
'@angular/core'
;
import
{
EzfaService
}
from
'../../ezfa.service'
;
export
declare
class
ApplicationLabelComponent
implements
OnInit
{
private
authService;
label
:
string
;
constructor
(
authService
:
EzfaService
);
ngOnInit
():
void
; }