drozhzhin-n-e / ng2-tooltip-directive

The tooltip is a pop-up tip that appears when you hover over an item or click on it.
http://ivylab.space/tooltip
MIT License
101 stars 76 forks source link

Which version for Angular 11? #146

Open bashoogzaad opened 3 years ago

bashoogzaad commented 3 years ago

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 commented 3 years ago

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 commented 11 months ago

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