UNPKG
angular-dashboard-calendar
Version:
latest (1.0.0)
1.0.0
0.1.0
0.0.1
The only ever calendar module in npm
angular-dashboard-calendar
/
public-api.d.ts
5 lines
(4 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
'./lib/calendar-library.service'
;
export
*
from
'./lib/calendar-library.component'
;
export
*
from
'./lib/calendar-library.module'
;
export
*
from
'./lib/dashboard-calendar/dashboard-calendar.component'
;