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/8d8168956b6b3e1b9768b21d175b4f0e to your computer and use it in GitHub Desktop.
Save sebawita/8d8168956b6b3e1b9768b21d175b4f0e to your computer and use it in GitHub Desktop.
import { Injectable } from '@angular/core';
import { HttpClient } from '@angular/common/http';
@Injectable()
export class MyService {
constructor(private http: HttpClient) { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment