Answers for "No provider for HTTP! { HTTP Native}"

0

No provider for HTTP! { HTTP Native}

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

Code answers related to "No provider for HTTP! { HTTP Native}"

Code answers related to "Javascript"

Browse Popular Code Answers by Language