Skip to content

Commit

Permalink
feat: add all declarations to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucianovici committed Feb 1, 2017
1 parent aca0ce4 commit f20a991
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions src/calendar.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,22 @@ import { CalendarDateFormatter } from './providers/calendarDateFormatter.provide
CalendarDayViewComponent,
CalendarWeekViewComponent,
CalendarMonthViewComponent,
CalendarDatePipe,
CalendarEventActionsComponent,
CalendarEventTitleComponent,
CalendarMonthCellComponent,
CalendarOpenDayEventsComponent,
CalendarWeekViewHeaderComponent,
CalendarWeekViewEventComponent,
CalendarAllDayEventComponent,
CalendarDayViewHourSegmentComponent,
CalendarDayViewEventComponent,
CalendarTooltipWindowComponent,
CalendarTooltipDirective,
CalendarPreviousViewDirective,
CalendarNextViewDirective,
CalendarTodayDirective
CalendarTodayDirective,
CalendarDatePipe,
CalendarEventTitlePipe
],
entryComponents: [
CalendarTooltipWindowComponent
Expand All @@ -93,4 +105,4 @@ export class CalendarModule {

}

}
}

0 comments on commit f20a991

Please sign in to comment.