mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
75d1cae616
An initializer API like `input`, `output`, or signal queries may not be compatible with certain access levels. E.g. queries cannot work with ES private class fields. This commit introduces a check for access levels into the initializer API recognition— enforcing that every initializer API *clearly* specifies what type of access is allowed. PR Close #55070