angular-6-calendar-week-hours-view
Version:
This project supports on Angular 6.0+. and aims to provide an alternative view to those already provided on [Angular Calendar](https://github.com/mattlewis92/angular-calendar) v0.25.2. based out of [Angular Calendar Week Hours View](https://github.com/Inn
36 lines (34 loc) • 1.43 kB
text/typescript
import {NgModule} from '@angular/core';
import {CommonModule} from '@angular/common';
import {CalendarWeekHoursViewComponent} from './calendar-week-hours-view.component';
import {CalendarModule} from 'angular-calendar';
import {CalendarWeekHoursViewEventComponent} from './calendar-week-hours-view-event.component';
import {CalendarWeekHoursDayViewComponent} from './calendar-week-hours-day-view.component';
import {CalendarWeekHoursDayViewHourSegmentComponent} from './calendar-week-hours-day-view-hour-segment.component';
import {CalendarWeekHoursViewHeaderComponent} from './calendar-week-hours-view-header.component';
import {ResizableModule} from 'angular-resizable-element';
import {DragAndDropModule} from 'angular-draggable-droppable';
export class CalendarWeekHoursViewModule {
}