-
Notifications
You must be signed in to change notification settings - Fork 5
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
Ionic 4 Cannot find module 'ionic-angular' #3
Comments
Same thing here |
i manually changed the imports in this package from 'ionic-angular' to '@ionic/angular' and that fixed that specific error. I believe its in tooltip-directive,
any insight @ihadeed ? |
ionic-angular |
instead of this : import { Firebase } from '@ionic-native/firebase'; try this : import { Firebase } from '@ionic-native/firebase/ngx'; |
You have to use version 4+ for Ionic 4.
|
This package is not working in Ionic 4.
[ng] ERROR in node_modules/@angular/platform-browser/animations/src/providers.d.ts(8,119): error TS2305: Module '"C:/Users/hassan.bourji/WebstormProjects/MerchantPortalIonic/MerchantPortal/node_modules/@angula r/animations/browser"' has no exported member 'ɵCssKeyframesDriver'. [ng] node_modules/ionic-tooltips/dist/tooltip.directive.d.ts(2,26): error TS2307: Cannot find module 'ionic-angular'.
Tried adding ionic-angular to my packages, another error was thrown
[ng] node_modules/ionic-angular/umd/components/input/input.d.ts(3,10): error TS2305: Module '"C:/Users/hassan.bourji/WebstormProjects/MerchantPortalIonic/MerchantPortal/node_modules/rxjs/Subject"' has no expor ted member 'Subject'. [ng] node_modules/ionic-angular/umd/components/tabs/tabs.d.ts(2,10): error TS2305: Module '"C:/Users/hassan.bourji/WebstormProjects/MerchantPortalIonic/MerchantPortal/node_modules/rxjs/Subject"' has no exporte d member 'Subject'. [ng] node_modules/rxjs/Subject.d.ts(1,15): error TS2307: Cannot find module 'rxjs-compat/Subject
I guess this package is still not compatible with ionic 4. Will it be updated anytime soon?
The text was updated successfully, but these errors were encountered: