mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
When an `ng-template` element has a variable declaration without a value, it is assigned the value of the `$implicit` property in the embedded view's context. The template compiler inserts a property access to `$implicit` for template variables without a value, however the type-check code generation logic did not. This resulted in incorrect type-checking code being generated. Fixes FW-1326 PR Close #30675 |
||
|---|---|---|
| .. | ||
| integrationtest | ||
| ngcc | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| index.ts | ||
| ngtools2.ts | ||
| package.json | ||
| tsconfig-build.json | ||
| tsconfig.json | ||