Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created July 11, 2018 12:22
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 debugmodedotnet/4a0a2092d09f3073377fe364c5132d69 to your computer and use it in GitHub Desktop.
Save debugmodedotnet/4a0a2092d09f3073377fe364c5132d69 to your computer and use it in GitHub Desktop.
import { Injectable } from '@angular/core';
@Injectable()
export class ErrorService {
logError(message: string) {
console.log(message);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment