Our pure JavaScript Scheduler component


Post by udo »

hi,

I am following the tutorial in https://www.bryntum.com/docs/scheduler/guide/Scheduler/quick-start/angular.

In https://www.bryntum.com/docs/scheduler/guide/Scheduler/quick-start/angular#step-4---configure-the-scheduler-component

the following is indicated for src/app/app.component.ts

...
import { BryntumSchedulerComponent, BryntumProjectModelComponent } from '@bryntum/scheduler-angular';
...

Unfortunately I run into this error:

Error: projects/rms/src/app/app.component.ts:2:37 - error TS2724: '"@bryntum/scheduler-angular"' has no exported member named 'BryntumProjectModelComponent'. Did you mean 'BryntumProjectComboComponent'?

Is it ok to replace BryntumProjectModelComponent with BryntumProjectComboComponent?


Post by tasnim »

Hi,
It's a bug. Please remove the BryntumProjectModelComponent from the import. It's not even used. It'll be fixed ASAP.

Good Luck :),
Tasnim


Post by udo »

thx tasnim. worked.
note: I missed that the import was unused :|


Post by sergey.maltsev »

Hi!

Please track this issue for a bug fix
https://github.com/bryntum/support/issues/5103


Post Reply