// add the provider in the app module import { HTTP } from '@ionic-native/http/ngx'; @NgModule({ providers: [ HTTP, ] })