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 |
||
|---|---|---|
| .. | ||
| diagnostics | ||
| metadata | ||
| ngtsc | ||
| transformers | ||
| extract_i18n.ts | ||
| language_services.ts | ||
| main.ts | ||
| ngtools_api.ts | ||
| ngtools_api2.ts | ||
| perform_compile.ts | ||
| perform_watch.ts | ||
| tooling.ts | ||
| version.ts | ||