triniwiz / nativescript-plugins

Apache License 2.0
80 stars 50 forks source link

'AccordionModule' does not appear to be an NgModule class. #146

Open comporell opened 1 year ago

comporell commented 1 year ago

Hello,

I am on

        "@angular/core": "14.2.0",
                  ...
        "@nativescript/angular": "14.2.5",
        "@nativescript/appversion": "^2.0.0",
        "@nativescript/core": "8.3.5",

And ngcc compiler gives this message:

'AccordionModule' does not appear to be an NgModule class.(-996002) index.d.ts(27, 31): This likely means that the library (nativescript-accordion/angular) which declares AccordionModule 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.

Am I doing something wrong?

EdJones commented 1 year ago

Probably related to #151 ?