UNPKG
angularcui
Version:
beta (0.0.1)
latest (0.0.1)
0.0.1
angularcui
/
hello
/
hello.component.d.ts
6 lines
(5 loc)
•
139 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
HelloComponent
implements
OnInit
{
constructor
(
);
ngOnInit
():
void
; }