mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Some HTML attributes don't correspond to their DOM property name, in which case the runtime will apply the appropriate transformation when assigning a property using its attribute name. One example of this is the `for` attribute, for which the DOM property is named `htmlFor`. The type-checking machinery in ngtsc must also take this mapping into account, as it generates type-check code in which unclaimed property bindings are assigned to properties of (subtypes of) `HTMLElement`. Fixes #30607 Fixes FW-1327 PR Close #30675 |
||
|---|---|---|
| .. | ||
| integrationtest | ||
| ngcc | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| index.ts | ||
| ngtools2.ts | ||
| package.json | ||
| tsconfig-build.json | ||
| tsconfig.json | ||