angular/packages/compiler/src/render3/view
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
..
i18n feat(ivy): support i18n without closure (#28689) 2019-04-11 08:28:45 -07:00
api.ts fix(ivy): host bindings and listeners not being inherited from undecorated classes (#30158) 2019-04-29 13:35:14 -07:00
compiler.ts refactor(ivy): drop element prefixes for all styling-related instructions (#30318) 2019-05-08 15:33:39 -07:00
style_parser.ts fix(ivy): merge static style rendering across elements, directives and components (#27661) 2018-12-21 18:14:44 -05:00
styling_builder.ts refactor(ivy): drop element prefixes for all styling-related instructions (#30318) 2019-05-08 15:33:39 -07:00
t2_api.ts fix(ivy): track cyclic imports that are added (#29040) 2019-03-01 15:18:50 -08:00
t2_binder.ts fix(ivy): teach template type checker about template attributes (#29041) 2019-03-07 11:27:36 -08:00
template.ts refactor(ivy): drop element prefixes for all styling-related instructions (#30318) 2019-05-08 15:33:39 -07:00
util.ts fix(ivy): match microsyntax template directives correctly (#29698) 2019-04-19 11:15:25 -07:00