Created
August 13, 2020 19:45
-
-
Save anfibiacreativa/498f96f98ee7c98bd8a25712051d9da8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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({ | |
providedIn: 'root' | |
}) | |
export class <%= classify(name) %>Service { | |
constructor(private http: HttpClient) { } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment