angular-cn/packages/core/test/render3/styling
Matias Niemelä 8714daf276 fix(ivy): introduce host-specific styling instructions (#29292)
This patch is the first of a few patches which separates the
styling logic between template bindings (e.g. <div [style])
from host bindings (e.g. @HostBinding('style')). This patch
in particular introduces a series of host-specific styling
instructions and changes the existing set of template styling
instructions not to accept directives. The underyling code (which
communicates with the styling algorithm) still works as it did
before.

This PR also separates the styling instruction code into a separate
file and moves over all other instructions into an dedicated
instructions directory.

PR Close #29292
2019-03-19 16:33:39 -04:00
..
class_and_style_bindings_spec.ts fix(ivy): introduce host-specific styling instructions (#29292) 2019-03-19 16:33:39 -04:00
core_player_handler_spec.ts refactor(ivy): always use styling helper methods when comparing values (#26149) 2018-10-01 09:35:22 -07:00
mock_player.ts fix(ivy): merge static style rendering across elements, directives and components (#27661) 2018-12-21 18:14:44 -05:00
players_spec.ts refactor(ivy): move instructions into separate directory (#29292) 2019-03-19 16:33:39 -04:00