Angular 8 ivy Error "Could not be resolved to an NgModule class"
7 years ago.
When building an application with the DayPilot Scheduler (version: 2019.3.3903) and
"angularCompilerOptions": {
"enableIvy": true
}
in the tsconfig.app.json, I get the following error:
ERROR in ../node_modules/daypilot-pro-angular/daypilot-angular.min.d.ts:1595:22 - error TS-996002: Appears in the NgModule.imports of PlanningModule, but could not be resolved to an NgModule class
1595 export declare class DayPilotModule {
Aparently angular requires the @NgModule decorator.
So please add the @NgModule decorator.
Thanks
DayPilot