mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
65cc0c8bd6
The current implementation of the TypeScriptReflectionHost does not account for members that
are string literals, i.e. `class A { 'string-literal-prop': string; }`
PR Close #38226