zyra / ionic-tooltips

Tooltips module for Ionic Apps
MIT License
92 stars 55 forks source link

Property 'forRoot' does not exist on type 'typeof TooltipsModule'.ts in ionic 3 #69

Open gaurangkela opened 5 years ago

gaurangkela commented 5 years ago

Describe the bug when i tried to import in app.module.ts TooltipsModule.forRoot() it says forRoot does not exist.

To Reproduce just installed in ionic 3 and importing in app.module.ts

Expected behavior there should be no error

Screenshots Screenshot from 2019-07-13 09-33-14

.

Desktop (please complete the following information):

BigBerny commented 5 years ago

Update ionic-tooltips to 2.2.0 or 3.1.0.

Or import TooltipsModule instead of TooltipsModule.forRoot()