Skip to content

Instantly share code, notes, and snippets.

@rasikag
Created March 4, 2019 14:40
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 rasikag/4e4900e5b6a5a72285ea584addc382d3 to your computer and use it in GitHub Desktop.
Save rasikag/4e4900e5b6a5a72285ea584addc382d3 to your computer and use it in GitHub Desktop.
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class ExampleService {
constructor() { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment