DayPilot.Scheduler.makeDraggable Not supported in Angular2?
Answered: and here it is: import { Directive, ElementRef, Input, AfterViewInit } from '@angular/core'; import { DayPilot } from 'daypilot-pro-angular'; @Directive({ selector: '[makeDraggable]' }) export class ...
DayPilot