Type HTTPOriginal is not assignable to type Provider, ionic error after plugin installation
You installed the latest @ionic-native/http
beta (v5+)
You have to import HTTP
from /ngx
import { HTTP } from '@ionic-native/http/ngx';
Otherwise fallback to @ionic-native/http
v4+