Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with Angular 14 #150

Open
lahari-cresen opened this issue Jul 2, 2024 · 0 comments
Open

Compatibility with Angular 14 #150

lahari-cresen opened this issue Jul 2, 2024 · 0 comments

Comments

@lahari-cresen
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant