fix(ivy): reset style property using ngStyle fix (#33920)

PR Close #33920
This commit is contained in:
horn
2019-11-20 07:31:20 +01:00
committed by Alex Rickabaugh
parent b31afc2aa9
commit b8ba6b036c
2 changed files with 27 additions and 1 deletions

View File

@ -1102,7 +1102,7 @@ function removeStylingValues(
const value = getMapValue(arr, i);
if (value) {
const prop = getMapProp(arr, i);
applyFn(renderer, element, prop, false);
applyFn(renderer, element, prop, null);
}
}
}