-
Notifications
You must be signed in to change notification settings - Fork 192
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
not working on latest ionic v7.1.1 #474
Comments
Same issue not working with latest ionic and angular. |
this specific error could be resolved by updating the package in this file, super-tabs.module.d.ts:
however, there are still errors:
And wherever the module is used:
I only get these errors when packaging my App with Production settings. It has been working fine with Development settings. before I remove supertabs is there any hope this may be resolved? I'm using angular 17.2.0, ionic 7.7.2 and super tabs 7.0.8 If I package the app with Developer settings in angular.json it works fine. "aot": false, Production settings I get the errors above.. "buildOptimizer": true, |
Just want to say that I first looked for "ionic swipeable" tabs about 15 minutes ago, found this issue quickly.. thankfully Asked myself.. what's so hard about making tabs swipeable anyway? And then implemented swipeable tabs using https://github.com/robinrodricks/vue3-touch-events in 5 minutes flat You don't need this package
|
Describe the bug
After adding to the imports SuperTabsModule.forRoot() in app.module.ts
the following error happens:
] Error: node_modules/@ionic-super-tabs/angular/super-tabs.module.d.ts:5:23 - error NG6005: SuperTabsModule.forRoot returns a ModuleWithProviders type without a generic type argument. Please add a generic type argument to the ModuleWithProviders type. If this occurrence is in library code you don't control, please contact the library authors.
[ng]
[ng] 5 static forRoot(): ModuleWithProviders;
[ng] ~~~~~~~~~~~~~~~~~~~
[ng]
To Reproduce
Steps to reproduce the behavior:
Ionic v7.1.1
The text was updated successfully, but these errors were encountered: