Skip to content

Instantly share code, notes, and snippets.

@anfibiacreativa
Created August 13, 2020 19:45
Show Gist options
  • Save anfibiacreativa/498f96f98ee7c98bd8a25712051d9da8 to your computer and use it in GitHub Desktop.
Save anfibiacreativa/498f96f98ee7c98bd8a25712051d9da8 to your computer and use it in GitHub Desktop.
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