refactor(ivy): rename `styling_instructions` to `styling` (#29770)

PR Close #29770
This commit is contained in:
Matias Niemelä 2019-04-08 09:20:15 -07:00 committed by Igor Minar
parent 98cf3e8fcd
commit 84be7c52dc
3 changed files with 2 additions and 2 deletions

View File

@ -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';

View File

@ -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';
/**