Skip to content

Commit

Permalink
feat: export drag+drop and resizable modules for use in custom templates
Browse files Browse the repository at this point in the history
Fixes #419
  • Loading branch information
Matt Lewis committed Dec 28, 2017
1 parent 8d18c5b commit 579a51a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/day/calendar-day.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export { CalendarDayViewComponent } from './calendar-day-view.component';
CalendarDayViewEventComponent
],
exports: [
ResizableModule,
DragAndDropModule,
CalendarDayViewComponent,
CalendarAllDayEventComponent,
CalendarDayViewHourSegmentComponent,
Expand Down
1 change: 1 addition & 0 deletions src/modules/month/calendar-month.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export { MonthViewDay as CalendarMonthViewDay } from 'calendar-utils';
CalendarMonthViewHeaderComponent
],
exports: [
DragAndDropModule,
CalendarMonthViewComponent,
CalendarMonthCellComponent,
CalendarOpenDayEventsComponent,
Expand Down
2 changes: 2 additions & 0 deletions src/modules/week/calendar-week.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ export {
CalendarWeekViewEventComponent
],
exports: [
ResizableModule,
DragAndDropModule,
CalendarWeekViewComponent,
CalendarWeekViewHeaderComponent,
CalendarWeekViewEventComponent
Expand Down

0 comments on commit 579a51a

Please sign in to comment.