mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f00336c31f
We have a couple of cases now (#53753 and #54414) where we're forced to redefine enums as object literals. These literals aren't rendered in the best way in the docs so these changes introduce a new `object-literal-as-enum` tag that we can use to mark them so they're treated for documentation purposes. PR Close #54487