Injector parent

Parent of this injector.

<!-- TODO: Add a link to the section of the user guide talking about hierarchical injection.

var parent = ReflectiveInjector.resolveAndCreate([]);
var child = parent.resolveAndCreateChild([]);
expect(child.parent, parent);

Source

Injector get parent;