ngx-mat-tui-calendar
Version:
Angular Material Design wrapper, supporting theming, for the Toast UI Calendar, suitable for web-based scheduling, events, appointments, and day planner applications.
9 lines (8 loc) • 480 B
TypeScript
export * from './lib/ngx-mat-tui-calendar.module';
export * from './lib/ngx-mat-tui-calendar.service';
export * from './lib/ngx-mat-tui-calendar.component';
export * from './lib/ngx-mat-tui-calendar-editor-dialog/ngx-mat-tui-calendar-editor-dialog.component';
export * from './lib/ngx-mat-tui-calendar-wrapper/ngx-mat-tui-calendar-wrapper.component';
export * from './lib/calendar-options';
export * from './lib/calendar-editor-options';
export * from './lib/local-date';