mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Prior to this change in Ivy we had strict check that disabled non-unique #localRefs usage within a given template. While this limitation was technically present in View Engine, in many cases View Engine neglected this restriction and as a result, some apps relied on a fact that multiple non-unique #localRefs can be defined and utilized to query elements via @ViewChild(ren) and @ContentChild(ren). In order to provide better compatibility with View Engine, this commit removes existing restriction. As a part of this commit, are few tests were added to verify VE and Ivy compatibility in most common use-cases where multiple non-unique #localRefs were used. PR Close #28627 |
||
|---|---|---|
| .. | ||
| change_detection_integration_spec.ts | ||
| entry_components_integration_spec.ts | ||
| inheritance_integration_spec.ts | ||
| integration_spec.ts | ||
| jit_summaries_integration_spec.ts | ||
| ng_container_integration_spec.ts | ||
| ng_module_integration_spec.ts | ||
| projection_integration_spec.ts | ||
| query_integration_spec.ts | ||
| query_list_spec.ts | ||
| regression_integration_spec.ts | ||
| security_integration_spec.ts | ||
| source_map_integration_node_only_spec.ts | ||
| system_ng_module_factory_loader_spec.ts | ||
| view_injector_integration_spec.ts | ||