d8665e639b
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 |
||
---|---|---|
.. | ||
view | ||
r3_ast.ts | ||
r3_factory.ts | ||
r3_identifiers.ts | ||
r3_jit.ts | ||
r3_module_compiler.ts | ||
r3_module_factory_compiler.ts | ||
r3_pipe_compiler.ts | ||
r3_template_transform.ts | ||
r3_types.ts | ||
util.ts |