mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit adds support for enumeration values. An enumeration value is now a first-class return value of the resolver, which provides both a Reference to the enum type itself and the name of the value from that enum. Resolving an enum itself returns a Map<string, EnumValue>. PR Close #25619 |
||
|---|---|---|
| .. | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| index.ts | ||