Skip to content

Instantly share code, notes, and snippets.

@sebawita
Last active August 21, 2018 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebawita/1f8416618f5b14fe52b9cb8e17219417 to your computer and use it in GitHub Desktop.
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