angular/packages/compiler-cli/src
cexbrayat 4f4f41016e fix(compiler-cli): dom property binding check in signal extended diagnostic (#54324)
The compiler now checks if a signal is properly called on dom property bindings.
The ideal solution would be for the compiler to check if dom property bindings in general are properly typed,
but this is currently not the case, and it is a bigger task to land this change.
In the meantime, the signal diagnostic is augmented to catch cases like the following:

```
<div [id]="mySignal"></div>
```

PR Close #54324
2024-05-20 23:37:57 -07:00
..
bin refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:45 -07:00
ngtsc fix(compiler-cli): dom property binding check in signal extended diagnostic (#54324) 2024-05-20 23:37:57 -07:00
transformers refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:45 -07:00
extract_i18n.ts refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:45 -07:00
main.ts refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:45 -07:00
perform_compile.ts refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:45 -07:00
perform_watch.ts refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:45 -07:00
typescript_support.ts refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:45 -07:00
version.ts docs: fix package name in version.ts files in different packages (#41208) 2021-05-10 10:26:34 -04:00
version_helpers.ts refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:45 -07:00