UNPKG
@ebolanos/libreria-boton
Version:
latest (0.0.5-a)
0.0.5
0.0.5-a
Libreria de prueba para publicación en npmjs
@ebolanos/libreria-boton
/
lib
/
libreria-boton.component.d.ts
7 lines
(6 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
LibreriaBotonComponent
implements
OnInit
{
nombre
:
String
;
constructor
(
);
ngOnInit
():
void
; }