mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b1e7775a8a
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