mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c0386757b1
- Refactors compiler to stop generating `ɵɵselect(0)` instructions - Alters template execution to always call the equivalent of `ɵɵselect(0)` before running a template in update mode - Updates tests to not check for or call `ɵɵselect(0)`. The goal here is to reduce the size of generated templates PR Close #30830