Private
CReadonly
ownwhich object owns this injector.
Maybe an object A has the injector refer to this, but A do not own it.
If you use $new method to create a object A which is provider, A
Private
providersPrivate
valuesReadonly
writeBased on this injector, create an object which may depend providers from this injector. If C is a provider, we create a sub injector, whose parent is the injector.
Rest
...args: ConstructorParameters<C>Private
getGenerated using TypeDoc
be inspired of Angular2.
See
https://angular.io/guide/hierarchical-dependency-injection