mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
4866fce320
Whenever an input of a directive changes, the semantic symbol should reflect this change for the type check API. This is important because signal inputs require special output in the type checking blocks- hence we need to ensure that such type checking blocks are re-generated properly. Test verify that incremental type-checking builds work as expected now. PR Close #53521