angular/packages/compiler-cli/src/ngtsc/metadata
Alex Rickabaugh 5c95b4b3a3 feat(ivy): support enum values in static resolution (#25619)
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
2018-08-22 19:30:23 -04:00
..
src feat(ivy): support enum values in static resolution (#25619) 2018-08-22 19:30:23 -04:00
test feat(ivy): support enum values in static resolution (#25619) 2018-08-22 19:30:23 -04:00
BUILD.bazel feat(ivy): able to compile @angular/core with ngtsc (#24677) 2018-06-28 17:51:41 -04:00
index.ts feat(ivy): support enum values in static resolution (#25619) 2018-08-22 19:30:23 -04:00