Skip to content

Instantly share code, notes, and snippets.

@nicojs
Created January 15, 2019 14:45
Show Gist options
  • Save nicojs/e97c72db71d8377ab95f93ad551be383 to your computer and use it in GitHub Desktop.
Save nicojs/e97c72db71d8377ab95f93ad551be383 to your computer and use it in GitHub Desktop.
class MyService {
constructor(private http: HttpClient, private log: Logger) { }
public static inject = tokens('httpClient', 'logger');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment