fix(ivy): reset style property using ngStyle fix (#33920)
PR Close #33920
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user