mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
60065935be
Remove `containerRefreshStart` and `containerRefreshEnd` instruction from the output. Generate directives as a list in `componentDef` rather than inline into instructions. This is consistent in making selector resolution runtime so that translation of templates can follow locality. PR Close #22921