search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Angular 4

Related article: Angular 4 Scheduler Quick Start Project
Asked by Anonymous
7 years ago.

Given this format to reference the scheduler, how do I access the API calls such as what I used to call like
new DayPilot.Date().firstDayOfMonth()

Thanks

Answer posted by Dan Letecky [DayPilot]
7 years ago.

The DayPilot namespace still works the same way. Just import it:

import {DayPilot, DayPilotSchedulerComponent} from "daypilot-pro-angular";

And you can use it in the code.

Comment posted by Anonymous
7 years ago.

Ha Perfect! Thanks.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.