angular-cn/packages/core/test/render3/styling
Matias Niemelä d8665e639b refactor(ivy): drop `element` prefixes for all styling-related instructions (#30318)
This is the final patch to migrate the Angular styling code to have a
smaller instruction set in preparation for the runtime refactor. All
styling-related instructions now work both in template and hostBindings
functions and do not use `element` as a prefix for their names:

BEFORE:
  elementStyling()
  elementStyleProp()
  elementClassProp()
  elementStyleMap()
  elementClassMap()
  elementStylingApply()

AFTER:
  styling()
  styleProp()
  classProp()
  styleMap()
  classMap()
  stylingApply()

PR Close #30318
2019-05-08 15:33:39 -07:00
..
class_and_style_bindings_spec.ts refactor(ivy): drop `element` prefixes for all styling-related instructions (#30318) 2019-05-08 15:33:39 -07: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): drop `element` prefixes for all styling-related instructions (#30318) 2019-05-08 15:33:39 -07:00