mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
814b43647d
We had a couple of places where we were assuming that if a particular symbol has a value, then it will exist at runtime. This is true in most cases, but it breaks down for `const` enums. Fixes #38513. PR Close #38542