MrFrankel / ngx-popper

An angular wrapper for popper.js, great for tooltips and positioning popping elements
https://mrfrankel.github.io/ngx-popper/
MIT License
185 stars 37 forks source link

Support for Angular 9 (NgxPopperModule does not have 'ngModuleDef' property) #135

Open OriolInvernonLlaneza opened 4 years ago

OriolInvernonLlaneza commented 4 years ago

I'm currently using Angular 8 and the latest version of ngx-popper (7.0.0). After updating Angular, my app started crashing with the following error: Uncaught Error: Type NgxPopperModule does not have 'ngModuleDef' property

I have been browsing through Angular issues and the only information I have acquired is that the error is related to Ivy. I'd greatly appreciate any help or clue if the problem is on my end.

tonysamperi commented 4 years ago

@OriolInvernonLlaneza if you want you can checkout my popper derived from this. I upgraded to popper 2 and angular 9

https://tonysamperi.github.io/ngx-popperjs/