Last active
August 21, 2018 14:16
-
-
Save sebawita/8d8168956b6b3e1b9768b21d175b4f0e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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