angular-calendar
Version:
A calendar component that can display events on a month, week or day view
9 lines (8 loc) • 539 B
TypeScript
export * from './providers/calendarEventTitle.provider';
export * from './providers/calendarMomentDateFormatter.provider';
export * from './providers/calendarNativeDateFormatter.provider';
export * from './providers/calendarDateFormatter.provider';
export * from './interfaces/calendarDateFormatter.interface';
export * from './interfaces/calendarEventTimesChangedEvent.interface';
export * from './calendar.module';
export { CalendarEvent, EventAction as CalendarEventAction, MonthViewDay as CalendarMonthViewDay } from 'calendar-utils';