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 |
||
|---|---|---|
| .. | ||
| baseline | ||
| incremental_dom | ||
| iv | ||
| ng1 | ||
| ng2 | ||
| ng2_next | ||
| ng2_static | ||
| ng2_switch | ||
| render3 | ||
| render3_function | ||
| BUILD.bazel | ||
| tree_perf.spec.ts | ||
| tree_perf_detect_changes.spec.ts | ||
| tree_perf_test_utils.ts | ||
| util.ts | ||