mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| i18n | ||
| api.ts | ||
| compiler.ts | ||
| style_parser.ts | ||
| styling_builder.ts | ||
| t2_api.ts | ||
| t2_binder.ts | ||
| template.ts | ||
| util.ts | ||