A decorator that injects a dependency lazily using container. Mostly used for classes where you can't control the creation of it. Can only be used on properties
The container to use
Optional
The dependency name
The namespace
Filter object
Inject arrays
Cache return values, can be invalidated by setting the property to undefined
A decorator that injects a dependency lazily using container. Mostly used for classes where you can't control the creation of it. Can only be used on properties