Skip to content

Instantly share code, notes, and snippets.

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