mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
43e6fb0606
Enables the new `@` block syntax by default by removing the `enabledBlockTypes` flags. There are still some internal flags that allow special use cases to opt out of the block syntax, like during XML parsing and when compiling older libraries (see #51979). PR Close #51994