cd7b199219
Prior to this change, a static attribute that corresponds with a directive's input would not be type-checked against the type of the input. This is unfortunate, as a static value always has type `string`, whereas the directive's input type might be something different. This typically occurs when a developer forgets to enclose the attribute name in brackets to make it a property binding. This commit lets static attributes be considered as bindings with string values, so that they will be properly type-checked. PR Close #33066 |
||
---|---|---|
.. | ||
app | ||
assets | ||
environments | ||
extra-files | ||
styles | ||
testing | ||
404-body.html | ||
google385281288605d160.html | ||
index.html | ||
main.ts | ||
noop-worker-basic.js | ||
polyfills.ts | ||
pwa-manifest.json | ||
styles.scss | ||
test.ts | ||
typings.d.ts |