Skip to content

Commit 8b7ffc7

Browse files
author
Matt Lewis
committed
fix(aot): export components so aot works
1 parent 7479101 commit 8b7ffc7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/index.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ export * from './providers/calendarNativeDateFormatter.provider';
44
export * from './providers/calendarDateFormatter.provider';
55
export * from './interfaces/calendarDateFormatter.interface';
66
export * from './calendar.module';
7-
export {CalendarEvent, EventAction as CalendarEventAction} from 'calendar-utils';
7+
export {CalendarEvent, EventAction as CalendarEventAction} from 'calendar-utils';
8+
export {CalendarDayView} from './components/day/calendarDayView.component';
9+
export {CalendarWeekView} from './components/week/calendarWeekView.component';
10+
export {CalendarMonthView} from './components/month/calendarMonthView.component';
11+
export {CalendarTooltipWindow} from './directives/calendarTooltip.directive';

0 commit comments

Comments
 (0)