Skip to content

Instantly share code, notes, and snippets.

@sethbergman
Forked from NetanelBasal/global1.ts
Created March 15, 2017 03:15
Show Gist options
  • Select an option

  • Save sethbergman/144b51a0d41fabca64343ae7f05d211b to your computer and use it in GitHub Desktop.

Select an option

Save sethbergman/144b51a0d41fabca64343ae7f05d211b to your computer and use it in GitHub Desktop.
class TodosService {
constructor(private @Inject(API_CONFIG) api, private http: Http) {}
getTodos() {
return http.get(this.api.todos);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment