Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Created July 18, 2017 08:21
Embed
What would you like to do?
import { HttpClientModule } from '@angular/common/http';
@NgModule({
imports: [HttpClientModule]
})
export class CoreModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment