UNPKG
ddr-example-kzurro
Version:
latest (10.0.1)
10.0.1
Aprendiedo a hacer librerias
ddr-example-kzurro
/
public-api.d.ts
4 lines
(3 loc)
•
133 B
TypeScript
View Raw
1
2
3
4
export
*
from
'./lib/ddr-example.service'
;
export
*
from
'./lib/ddr-example.component'
;
export
*
from
'./lib/ddr-example.module'
;