Variable outside the scheduler is not updated in HTML

Hello,

I have a loading variable in the same component of the Scheduler . The problem is that the variable isn’t updated in HTML. When I delete the Scheduler code in template, it’s work.

Do you think that a configuration of Scheduler can block the propagation of changes forward the template ?

I tried already the code below.

this.isLoading = true;
this.scheduler.updateView();
this.cdRef.detectChanges();

Thank you in advance,

Hello,
I’ve tried to reproduce what you’ve described on this example:
scheduler-angular-for-user.zip (440.1 KB)

but it works correctly to me. It’s hard to suggest what exactly goes wrong without more details, so could you please provide me a detailed instruction on how to reproduce it or provide me a simplified demo which I will be able to run locally and reproduce the issue?
To run the demo above, you need to install dependencies with npm install and run server with ng serve.