Skip to content

Instantly share code, notes, and snippets.

@khlbrg
Created May 30, 2017 18:08
Show Gist options
  • Save khlbrg/5e1582e2cb3810040d674d119900ef61 to your computer and use it in GitHub Desktop.
Save khlbrg/5e1582e2cb3810040d674d119900ef61 to your computer and use it in GitHub Desktop.
Logger is injected in constructor
class User {
constructor(logger) {
this.logger = logger
}
}
const user = container.get('user')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment