This content originally appeared on DEV Community and was authored by Tú Bùi
- Using “inversify” & “inversify-inject-decorators”: to bind Class to key & inject from key to get. 
- Folder 
 animal
 /ioc
 /animal-ioc-config.ts
 create const key to binding
 /animal-root-composition.ts
 component attach on scene. Onload() to register another one
 /dependency-graph-binding.ts
This content originally appeared on DEV Community and was authored by Tú Bùi

