UNPKG
ddr-example-kzurro
Version:
latest (10.0.1)
10.0.1
Aprendiedo a hacer librerias
ddr-example-kzurro
/
lib
/
ddr-example.component.d.ts
6 lines
(5 loc)
•
149 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
DdrExampleComponent
implements
OnInit
{
constructor
(
);
ngOnInit
():
void
; }