refactor(ivy): rename `styling_instructions` to `styling` (#29770)
PR Close #29770
This commit is contained in:
parent
98cf3e8fcd
commit
84be7c52dc
|
@ -41,5 +41,5 @@ export * from './projection';
|
|||
export * from './property';
|
||||
export * from './property_interpolation';
|
||||
export * from './select';
|
||||
export * from './styling_instructions';
|
||||
export * from './styling';
|
||||
export * from './text';
|
||||
|
|
|
@ -26,7 +26,7 @@ import {renderStringify} from '../util/misc_utils';
|
|||
import {getNativeByIndex, getNativeByTNode, getTNode} from '../util/view_utils';
|
||||
|
||||
import {createDirectivesAndLocals, createNodeAtIndex, elementCreate, executeContentQueries, initializeTNodeInputs, setInputsForProperty, setNodeStylingTemplate} from './shared';
|
||||
import {getActiveDirectiveStylingIndex} from './styling_instructions';
|
||||
import {getActiveDirectiveStylingIndex} from './styling';
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue