angular-cn/packages/core/test/render3/styling_next
Matias Niemelä f45c43188f fix(ivy): ensure errors are thrown during checkNoChanges for style/class bindings (#33103)
Prior to this fix, all style/class bindings (e.g. `[style]` and
`[class.foo]`) would quietly update a binding value if and when the
current binding value changes during checkNoChanges.

With this patch, all styling instructions will properly check to see
if the value has changed during the second pass of detectChanges()
if checkNoChanges is active.

PR Close #33103
2019-10-17 16:46:49 -04:00
..
map_based_bindings_spec.ts fix(ivy): ensure errors are thrown during checkNoChanges for style/class bindings (#33103) 2019-10-17 16:46:49 -04:00
styling_context_spec.ts feat(ivy): improve debugging experience for styles/classes (#33179) 2019-10-17 00:35:17 -04:00
styling_debug_spec.ts feat(ivy): improve debugging experience for styles/classes (#33179) 2019-10-17 00:35:17 -04:00