angular-docs-cn/packages/core/test/render3/styling_next
Matias Niemelä f03475cac8 refactor(ivy): evaluate prop-based styling bindings with a new algorithm (#30469)
This is the first refactor PR designed to change how styling bindings
(i.e. `[style]` and `[class]`) behave in Ivy. Instead of having a heavy
element-by-element context be generated for each element, this new
refactor aims to use a single context for each `tNode` element that is
examined and iterated over when styling values are to be applied to the
element.

This patch brings this new functionality to prop-based bindings such as
`[style.prop]` and `[class.name]`.

PR Close #30469
2019-05-17 09:54:19 -07:00
..
styling_context_spec.ts refactor(ivy): evaluate prop-based styling bindings with a new algorithm (#30469) 2019-05-17 09:54:19 -07:00
styling_debug_spec.ts refactor(ivy): evaluate prop-based styling bindings with a new algorithm (#30469) 2019-05-17 09:54:19 -07:00