Create an instance of a class using the container, making it injectable at runtime and able to @inject on the fly
make binds the class in the IoC container if not already bound. then returns the bound instance
Generated using TypeDoc
Create an instance of a class using the container, making it injectable at runtime and able to @inject on the fly