mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Currently, the following template compiles without error, even if the signal is not properly called:
```
<div>{{ mySignal.name }}</div>
```
This is because `name` is one of the instance properties of Function (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function#instance_properties).
The interpolated signal diagnostic is now extended to catch such issues.
PR Close #54325
|
||
|---|---|---|
| .. | ||
| integrationtest | ||
| linker | ||
| ngcc | ||
| private | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| esbuild.config.js | ||
| index.ts | ||
| package.json | ||
| tsconfig-build.json | ||
| tsconfig.json | ||