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
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.
Ha Perfect! Thanks.