mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3eb5a79a83
Fixes that the logic recognizing initializer APIs didn't account for the expression being wrapped in an `as` expresion or in a parenthesized expression. This was already accounted for in the diagnostic so these changes align the behavior between them. Fixes #62197. PR Close #62203