angular-docs-cn/packages/core
Andrew Kushnir 6f203c9575 fix(ivy): handling className as an input properly (#33188)
Prior to this commit, all `className` inputs were not set because the runtime code assumed that the `classMap` instruction is only generated for `[class]` bindings. However the `[className]` binding also produces the same `classMap`, thus the code needs to distinguish between `class` and `className`. This commit adds extra logic to select the right input name and also throws an error in case `[class]` and `[className]` bindings are used on the same element simultaneously.

PR Close #33188
2019-10-17 14:16:02 -04:00
..
schematics feat(core): add postinstall ngcc migration (#32999) 2019-10-15 17:54:38 +00:00
src fix(ivy): handling className as an input properly (#33188) 2019-10-17 14:16:02 -04:00
test fix(ivy): handling className as an input properly (#33188) 2019-10-17 14:16:02 -04:00
testing revert: feat: add a flag in bootstrap to enable coalesce event change detection to improve performance (#30533) (#33230) 2019-10-17 12:50:04 -04:00
BUILD.bazel refactor(ivy): remove `i18nLocalize` instruction (#31609) 2019-08-30 12:53:26 -07:00
PACKAGE.md docs: add package doc files (#26047) 2018-10-05 15:42:14 -07:00
index.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
package.json feat: change tslib from direct dependency to peerDependency (#32167) 2019-10-14 16:34:47 +00:00
public_api.ts build: publish tree of files rather than FESMs (#18541) 2017-08-31 15:34:50 -07:00