++ EDIT ++
QUESTION IS SOLVED IT WAS A MISTAKE BY ME, I WAS IN THE WRONG PROJECT. THIS PLUGIN IS WORKING FINE WITH IONIC 3
Im really interested in the following plugin:
http://arielfaur.github.io/ionic-pullup/
Is there a way to use it in Ionic 3?
I tried to install the plugin
npm install ionic-pullup
with the following WARNINGS (but not ERRORS)
But after that I’m not able to import the following Module
import { IonPullupModule } from ‘ionic-pullup’;
Is there any other way to use this Plugin within Ionic 3?
Thanks in advance.