mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
23e0d65471
Adds a new `elementContainer` instruction that can be used to avoid two instruction (`elementContainerStart` and `elementContainerEnd`) for `ng-container` that has text-only content. This is particularly useful when we have `ng-container` inside i18n sections. This PR resolves FW-1105. PR Close #31444