mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
E.g. in the following scenario, `some-directive` should not be able to inject any view provider that `my-comp-with-view-providers` declares. ``` <my-comp-with-view-providers> <div some-directive></div> </my-comp-with-view-providers> ``` |
||
|---|---|---|
| .. | ||
| change_detection_integration_spec.ts | ||
| dynamic_component_loader_spec.ts | ||
| integration_dart_spec.dart | ||
| integration_spec.ts | ||
| ng_container_integration_spec.ts | ||
| projection_integration_spec.ts | ||
| query_integration_spec.ts | ||
| query_list_spec.ts | ||
| reflector_component_resolver_spec.ts | ||
| regression_integration_spec.ts | ||
| security_integration_spec.ts | ||
| view_injector_integration_spec.ts | ||