UNPKG
@rowantervelde/ng2-footer
Version:
latest (0.1.0-alpha.1)
0.1.0-alpha.1
0.0.1
0.0.1-alpha.3
0.0.1-alpha.2
RTV - Angular 2 Footer component
@rowantervelde/ng2-footer
/
footer.component.d.ts
6 lines
(5 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
FooterComponent
implements
OnInit
{
constructor
(
);
ngOnInit
():
void
; }