diff --git a/packages/core/src/render3/instructions/all.ts b/packages/core/src/render3/instructions/all.ts index 615c762fc5..faee257e01 100644 --- a/packages/core/src/render3/instructions/all.ts +++ b/packages/core/src/render3/instructions/all.ts @@ -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'; diff --git a/packages/core/src/render3/instructions/element.ts b/packages/core/src/render3/instructions/element.ts index ab061d3720..b257a6c92e 100644 --- a/packages/core/src/render3/instructions/element.ts +++ b/packages/core/src/render3/instructions/element.ts @@ -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'; /** diff --git a/packages/core/src/render3/instructions/styling_instructions.ts b/packages/core/src/render3/instructions/styling.ts similarity index 100% rename from packages/core/src/render3/instructions/styling_instructions.ts rename to packages/core/src/render3/instructions/styling.ts