UNPKG
my-lib-yuting-good
Version:
latest (0.0.2)
0.0.2
0.0.1
angular-test
github.com/yuting3656/angular-library
yuting3656/angular-library
my-lib-yuting-good
/
lib
/
my-lib.component.d.ts
7 lines
(6 loc)
•
166 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
MyLibComponent
implements
OnInit
{
constructor
(
);
ngOnInit
():
void
;
clicked
():
void
; }