I have upgraded my Angular version to 11 and PivotViewModule module started giving compilation error. Looks like Pivot table component is not supported for Angular 11. Below is the exact Stack trace. Please suggest
Error: node_modules/@syncfusion/ej2-angular-pivotview/src/pivotview/pivotview.module.d.ts:4:22 - error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class.
This likely means that the library (@syncfusion/ej2-angular-pivotview) which declares PivotViewModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.