tnicola / ngx-joyride

Angular Joyride/Tour library
https://tnicola.github.io/ngx-joyride/
MIT License
245 stars 97 forks source link

Angular 10 throws compiler error when importing JoyrideModule #245

Open waniashik opened 3 years ago

waniashik commented 3 years ago

ERROR in node_modules/ngx-joyride/lib/joyride.module.d.ts:3: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 (ngx-joyride/lib/joyride.module) which declares JoyrideModule 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.

3 export declare class JoyrideModule {

tnicola commented 3 years ago

@waniashik Do you still have this error with the new version?