mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
1f9e090910
Follow-up to #56961 which doesn't appear to have caught all the cases. This change moves the pre-emit untagging to `NgCompiler.prepareEmit` which seems to cover a bit more comared to `NgtscProgram.emit`. Fixes #57135. PR Close #57138 PR Close #57202