Hi,
I'm trying to compile the SchedulerModule with ivy, but i still get the following error:
ERROR in node_modules/daypilot-pro-angular/daypilot-angular.min.d.ts:1593:22 - error TS-996002: Appears in the NgModule.imports of SchedulerModule, but could not be resolved to an NgModule class
I've read your previous solutions on this problem (delete node_modules etc.), so I created a new project from your sample:
https://code.daypilot.org/67423/angular-scheduler-tutorial-typescript
It compiles fine with ivyEnabled as long as you have "aot" disabled. If you enable aot, the error pops up again.
(I'm using version 2020.1.4165).
Do you have a solution for aot-compiling?
Best regards
Chris