angular-cn/packages/common
crisbeto d909fb0b1f fix(ivy): ngClass not applying classes with trailing/leading spaces (#34539)
Fixes classes with trailing or leading space that are passed to `ngClass` (e.g. `{'foo ': bar}`) not being applied in Ivy. The issue comes from the fact that when the styling differ builds up the style map it uses the trimmed key to look up the value in the map that uses non-trimmed keys.

Fixes #34476.

PR Close #34539
2020-01-08 15:02:09 -08:00
..
http docs: Fix double 'as an' in description at line 2069 (#34373) 2020-01-07 10:29:41 -08:00
locales fix(common): update closure locales to include directionality data (#34240) 2019-12-04 15:04:17 -08:00
src fix(ivy): ngClass not applying classes with trailing/leading spaces (#34539) 2020-01-08 15:02:09 -08:00
test fix(common): remove trailing whitespace for CurrencyPipe (#34642) 2020-01-07 10:50:50 -08:00
testing docs: add api doc to sub-packages (#33801) 2019-11-20 14:48:50 -08:00
upgrade style(common): remove unnecessary jsdoc type (#34369) 2019-12-12 11:05:41 -08:00
BUILD.bazel build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
PACKAGE.md docs: add api doc to sub-packages (#33801) 2019-11-20 14:48:50 -08:00
index.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
package.json build: set up all packages to publish via wombot proxy (#33747) 2019-11-13 11:34:33 -08:00
public_api.ts refactor(common): move the low level locale registering to core (#33523) 2019-11-05 17:26:59 +00:00