angular/packages/compiler-cli
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
..
integrationtest refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:45 -07:00
linker refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:45 -07:00
ngcc refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:45 -07:00
private refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:45 -07:00
src fix(compiler-cli): dom property binding check in signal extended diagnostic (#54324) 2024-05-20 23:37:57 -07:00
test fix(compiler-cli): fix type narrowing of @if with aliases (#55835) 2024-05-17 10:15:05 -07:00
BUILD.bazel refactor(compiler-cli): add transform to support signal input in JIT (#53808) 2024-01-10 12:21:05 +00:00
esbuild.config.js refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:45 -07:00
index.ts refactor(compiler-cli): support extracting initializer API functions (#54925) 2024-03-26 09:17:20 -07:00
package.json build: update babel dependencies to v7.24.4 (#55257) 2024-04-12 10:21:24 -07:00
tsconfig-build.json refactor(compiler-cli): dismantle View Engine implementation of ngc (#44269) 2021-12-01 10:36:30 -08:00
tsconfig.json build: update tsconfigs to use ES2020 as target and module (#43431) 2021-10-01 18:28:42 +00:00