mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
39624c6b12
Previously the input flags were being generated as a reference to an enum member for better readability and under the assumption that minifiers would inline the values. That doesn't appear to be the case so these changes switch to using the literal values instead. PR Close #55215