You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on an Angular project using Angular version 14. When I try to include the GuidedTourModule in the imports array of app.module.ts, it results in the following error:
Value at position 32 in the NgModule.imports of AppModule is not a reference
Value could not be determined statically.(-991010)
app.module.ts(114, 5): Unknown reference.
Cannot find name 'GuidedTourModule'.ts(2304)
No quick fixes available
It seems that ngx-guided-tour is not recognized or compatible with Angular 14. Could you please confirm whether ngx-guided-tour is compatible with Angular 14? Or else which version of guided tour supports angular 14?
Below is the angular and ngx-guided-tour version I am currently using
Angular Version: 14.2.13
ngx-guided-tour Version: 2.0.1
The text was updated successfully, but these errors were encountered:
I am currently working on an Angular project using Angular version 14. When I try to include the GuidedTourModule in the imports array of app.module.ts, it results in the following error:
Value at position 32 in the NgModule.imports of AppModule is not a reference
Value could not be determined statically.(-991010)
app.module.ts(114, 5): Unknown reference.
Cannot find name 'GuidedTourModule'.ts(2304)
No quick fixes available
It seems that ngx-guided-tour is not recognized or compatible with Angular 14. Could you please confirm whether ngx-guided-tour is compatible with Angular 14? Or else which version of guided tour supports angular 14?
Below is the angular and ngx-guided-tour version I am currently using
Angular Version: 14.2.13
ngx-guided-tour Version: 2.0.1
The text was updated successfully, but these errors were encountered: