mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
38b01a3554
The new `model()` signal introduces a `ModelSignal` type that needs to be handled by the interpolatedSignalNotInvoked diagnostic to catch issues like:
```
<div>{{ myModel }}</div>
```
PR Close #54338