Skip to content

Instantly share code, notes, and snippets.

@pleerock
Created May 17, 2016 08:47
Show Gist options
  • Save pleerock/8b1887542e65468595edb87e386d3317 to your computer and use it in GitHub Desktop.
Save pleerock/8b1887542e65468595edb87e386d3317 to your computer and use it in GitHub Desktop.
createExpressServer({
container: (cls: any) => {
return MyContainer.get(cls); // here you use your container
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment