Skip to content

Instantly share code, notes, and snippets.

@sebawita
Last active August 21, 2018 14:16
Show Gist options
  • Select an option

  • Save sebawita/1f8416618f5b14fe52b9cb8e17219417 to your computer and use it in GitHub Desktop.

Select an option

Save sebawita/1f8416618f5b14fe52b9cb8e17219417 to your computer and use it in GitHub Desktop.
import { NativeScriptHttpClientModule } from 'nativescript-angular/http-client';
@NgModule({
imports: [
NativeScriptHttpClientModule,
]
})
export class MyModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment