UNPKG
@namefully/ng
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.0
namefully for Angular
namefully.netlify.com
ralflorent/namefully-ng
@namefully/ng
/
public-api.d.ts
10 lines
(9 loc)
•
259 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** *
@namefully
/ng's public API */
export
*
from
'./namefully.module'
;
export
*
from
'./namefully.component'
;
export
*
from
'./namefully.pipe'
;
export
*
from
'./namefully.service'
;
export
*
from
'./namefully-config'
;
export
*
from
'./namefully.directive'
;