Skip to content

Instantly share code, notes, and snippets.

@sebawita
Last active August 21, 2018 14:17
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/ee4d114dcbdcf8141985c5efcf527096 to your computer and use it in GitHub Desktop.
Save sebawita/ee4d114dcbdcf8141985c5efcf527096 to your computer and use it in GitHub Desktop.
import { HttpClientModule } from '@angular/common/http';
@NgModule({
imports: [
HttpClientModule,
]
})
export class MyModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment