mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
da9c0c5044
Fix initializer of instance members that reference identifiers declared in the constructor. When public class fields are enabled, such cases throw TS2729: property used before its initialization. PR Close #58349