angular/packages
Andrew Kushnir de8cf75ff5 fix(ivy): reset style property value defined using [style.prop.px] (#33780)
Prior to this change, setting style prop value to undefined or empty string would not result in resetting prop value in case the style prop is defined using [style.prop.px] syntax. The problem is that the check for empty value (and thus reseting the value) considered successful only in case of `null` value. This commit updates the check to use `isStylingValueDefined` function that also checks for undefined and empty string.

PR Close #33780
2019-11-13 13:32:33 -08:00
..
animations build: set up all packages to publish via wombot proxy (#33747) 2019-11-13 11:34:33 -08:00
bazel build: set up all packages to publish via wombot proxy (#33747) 2019-11-13 11:34:33 -08:00
benchpress feat: update rxjs peerDependencies minimum requirment to 6.5.3 (#32812) 2019-10-01 14:56:45 -07:00
common build: set up all packages to publish via wombot proxy (#33747) 2019-11-13 11:34:33 -08:00
compiler build: set up all packages to publish via wombot proxy (#33747) 2019-11-13 11:34:33 -08:00
compiler-cli build: set up all packages to publish via wombot proxy (#33747) 2019-11-13 11:34:33 -08:00
core fix(ivy): reset style property value defined using [style.prop.px] (#33780) 2019-11-13 13:32:33 -08:00
docs refactor(core): remove deprecated Renderer (#33019) 2019-10-08 09:23:00 -07:00
elements build: set up all packages to publish via wombot proxy (#33747) 2019-11-13 11:34:33 -08:00
examples build: reference zone.js from source directly instead of npm. (#33046) 2019-11-06 00:48:34 +00:00
forms build: set up all packages to publish via wombot proxy (#33747) 2019-11-13 11:34:33 -08:00
http build: set up all packages to publish via wombot proxy (#33747) 2019-11-13 11:34:33 -08:00
language-service build: set up all packages to publish via wombot proxy (#33747) 2019-11-13 11:34:33 -08:00
localize build: set up all packages to publish via wombot proxy (#33747) 2019-11-13 11:34:33 -08:00
platform-browser build: set up all packages to publish via wombot proxy (#33747) 2019-11-13 11:34:33 -08:00
platform-browser-dynamic build: set up all packages to publish via wombot proxy (#33747) 2019-11-13 11:34:33 -08:00
platform-server build: set up all packages to publish via wombot proxy (#33747) 2019-11-13 11:34:33 -08:00
platform-webworker build: set up all packages to publish via wombot proxy (#33747) 2019-11-13 11:34:33 -08:00
platform-webworker-dynamic build: set up all packages to publish via wombot proxy (#33747) 2019-11-13 11:34:33 -08:00
private/testing test: cleanup document "after" each test (#33712) 2019-11-11 14:01:04 -08:00
router build: set up all packages to publish via wombot proxy (#33747) 2019-11-13 11:34:33 -08:00
service-worker build: set up all packages to publish via wombot proxy (#33747) 2019-11-13 11:34:33 -08:00
upgrade build: set up all packages to publish via wombot proxy (#33747) 2019-11-13 11:34:33 -08:00
zone.js build: reference zone.js from source directly instead of npm. (#33046) 2019-11-06 00:48:34 +00:00
BUILD.bazel build: reference zone.js from source directly instead of npm. (#33046) 2019-11-06 00:48:34 +00:00
empty.ts
goog.d.ts fix(ivy): use goog.LOCALE for Closure Compiler to define default LOCALE_ID (#31519) 2019-07-16 13:02:10 -04:00
license-banner.txt build: bump year (#27880) 2019-01-11 11:15:59 -08:00
README.md Revert "docs: Remove unneeded file (#18106)" 2017-07-20 16:46:47 -05:00
system.d.ts
tsconfig-build-no-strict.json refactor(core): ensure compatibility with typescript strict flag (#30993) 2019-07-18 14:21:25 -07:00
tsconfig-build.json refactor(core): ensure compatibility with typescript strict flag (#30993) 2019-07-18 14:21:25 -07:00
tsconfig-test.json refactor: fix typescript strict flag failures in all tests (#30993) 2019-07-18 14:21:26 -07:00
tsconfig.json build: reference zone.js from source directly instead of npm. (#33046) 2019-11-06 00:48:34 +00:00
types.d.ts build: reference zone.js from source directly instead of npm. (#33046) 2019-11-06 00:48:34 +00:00

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

License: MIT