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