Our pure JavaScript Scheduler component


Post by hupreti »

Hi,

Question 1 :
How importing schedulerConfig.ts which is separate configurable scheduler file is different from creating new instance of scheduler in component directly?
Screenshot_120.png
Screenshot_120.png (56.01 KiB) Viewed 818 times
Screenshot_121.png
Screenshot_121.png (61.04 KiB) Viewed 818 times
Question 2 :
Because Events like .on is not available in schedulerConfig.ts, OR how do we extend its functionality as in Scheduler instance?

Post by sergey.maltsev »

Hi!

There's no much difference if you create Scheduler yourself or use or Bryntum scheduler wrapper.
But you should know how Angular components work to be able to render scheduler correctly.
We recommend to use Wrapper because it is easier.

Here you could find info how to use Scheduler with or without wrapper.
https://www.bryntum.com/docs/scheduler/#guides/integration/angular.md

Post Reply