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

Which version for Angular 11? #146

Open
bashoogzaad opened this issue Jul 20, 2021 · 2 comments
Open

Which version for Angular 11? #146

bashoogzaad opened this issue Jul 20, 2021 · 2 comments

Comments

@bashoogzaad
Copy link

Hello there,

What version of this library is needed for Angular 11? I have tested 2.9.22, but this one is not working. It gives me errors like this:

Error: ./node_modules/ng2-tooltip-directive/fesm2015/ng2-tooltip-directive.js 248:10-28 [ng] "export 'ɵɵFactoryTarget' (imported as 'i0') was not found in '@angular/core'

Any help is greatly appreciated!

@Nurech
Copy link

Nurech commented Oct 19, 2021

Hello there,

What version of this library is needed for Angular 11? I have tested 2.9.22, but this one is not working. It gives me errors like this:

Error: ./node_modules/ng2-tooltip-directive/fesm2015/ng2-tooltip-directive.js 248:10-28 [ng] "export 'ɵɵFactoryTarget' (imported as 'i0') was not found in '@angular/core'

Any help is greatly appreciated!

Try using "ng2-tooltip-directive": "~2.9.22", should work for "@angular/core": "^11.2.14"

@viethung0823
Copy link

Hello there,
What version of this library is needed for Angular 11? I have tested 2.9.22, but this one is not working. It gives me errors like this:
Error: ./node_modules/ng2-tooltip-directive/fesm2015/ng2-tooltip-directive.js 248:10-28 [ng] "export 'ɵɵFactoryTarget' (imported as 'i0') was not found in '@angular/core'
Any help is greatly appreciated!

Try using "ng2-tooltip-directive": "~2.9.22", should work for "@angular/core": "^11.2.14"

it worked! thanks

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

3 participants