Skip to content

Instantly share code, notes, and snippets.

@matheuscas
Created January 28, 2017 02:22
Show Gist options
  • Save matheuscas/8644726ff2324b98b1f3bccfadfd0610 to your computer and use it in GitHub Desktop.
Save matheuscas/8644726ff2324b98b1f3bccfadfd0610 to your computer and use it in GitHub Desktop.
import { Injectable } from '@angular/core';
@Injectable()
export class Service1 {
constructor() { }
doSomethingFromService1(){
console.log('service 1 just did something');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment