I'm using an Ionic2 Angular2 setup with inappbrowser cordova plugin installed.
According to documentation I have to use window.cordova.InAppBrowser.open("whatever)
However, window.cordova does not compile as the propery "cordova" does not exist on the Window type.
I've installed it by using cordova plugin add cordova-plugin-inappbrowser and the plugin was added succesfully in the plug-in folder.
What am I missing here?