Instance Property
dependency
The dependency object provided by the parent component.
let dependency: DependencyType
Discussion
Typed as the parent’s Dependency protocol so that this component can read pass-through services from the parent without depending on the parent’s concrete type.