angular-cn/aio/src
JoostK cd7b199219 feat(ivy): check regular attributes that correspond with directive inputs (#33066)
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
2019-10-14 20:25:20 +00:00
..
app feat(ivy): check regular attributes that correspond with directive inputs (#33066) 2019-10-14 20:25:20 +00:00
assets fix(docs-infra): fix logo to have branded red color (#31663) 2019-07-22 09:54:00 -07:00
environments build(docs-infra): remove obsolete `ie-polyfills.js` (#29926) 2019-04-25 12:32:49 -07:00
extra-files build(aio): generate sitemap from the generated pages (#21689) 2018-01-22 12:55:15 -08:00
styles fix(docs-infra): show hamburger button on getting started guide (#32941) 2019-10-02 09:20:22 -07:00
testing build(docs-infra): enable more TypeScript strictness flags (#32980) 2019-10-10 13:56:14 -07:00
404-body.html fix(docs-infra): improve a11y (#28086) 2019-01-16 17:37:45 -08:00
google385281288605d160.html build(aio): add google webmaster tools verification file 2017-05-26 01:25:58 -07:00
index.html build(docs-infra): remove obsolete `ie-polyfills.js` (#29926) 2019-04-25 12:32:49 -07:00
main.ts feat(docs-infra): Convert AIO to use the new Service Worker 5.0.0. (#19795) 2018-08-27 16:30:42 -04:00
noop-worker-basic.js feat(aio): provide noop service worker file 2017-05-26 14:24:41 +01:00
polyfills.ts build(docs-infra): remove obsolete `ie-polyfills.js` (#29926) 2019-04-25 12:32:49 -07:00
pwa-manifest.json fix(aio): make background transparent in 144x144 PWA icon (#23851) 2018-05-11 12:38:21 -04:00
styles.scss style(aio): tidy up SCSS files 2017-03-13 12:55:11 -07:00
test.ts test(docs-infra): remove reflect-metadata polyfill from aio tests (#27130) 2018-11-16 12:17:44 -08:00
typings.d.ts build(aio): update project config for @angular/cli v1.0.0 2017-03-27 11:55:26 -07:00