Super-tabs not working

Hello,

I am trying to create swipe-able tabs and I came across “super-tabs” which seem to be everything I will need. But the problem I am having is that when I add the “SuperTabsModule” to my “app.module.ts” file and include it in my imports, I get a bunch of error messages. I’ve been researching and I can’t find a fix and I also downgraded to “super tabs 4.1.4” and It still doesn’t work. Here are my error messages

./node_modules/ionic2-super-tabs/dist/super-tabs.module.js
Module not found: Error: Can't resolve 'ionic-angular' in 'c:\xampp\htdocs\tempApp\vhs\node_modules\ionic2-super-tabs\dist'
./node_modules/ionic2-super-tabs/dist/components/super-tabs.js
Module not found: Error: Can't resolve 'rxjs/add/operator/debounceTime' in 'c:\xampp\htdocs\tempApp\vhs\node_modules\ionic2-super-tabs\dist\components'

Same for me :frowning:

Did anyone actually resolve this issue or are we meant to just figure it out ourselves??