When creating hierarchical injectors, child injectors can ________ services from parent injectors.
- 'access'
- 'inherit'
- 'isolate'
- 'override'
When creating hierarchical injectors, child injectors can 'access' services from parent injectors. This means that components or services in the child injector can access and use services provided in the parent injector, allowing for hierarchical sharing of services while maintaining encapsulation and isolation.
Loading...
Related Quiz
- When the ViewEncapsulation.Emulated mode is used, Angular adds unique ________ to styles to achieve scoped styling.
- Which method of the ControlValueAccessor interface is called when the form control value changes programmatically?
- Why is it recommended to use immutable data structures with the OnPush change detection strategy?
- For a directive to modify the value of a host property, you would use the ______ decorator.
- Which tag is used for multi-slot content projection in Angular?