refactor(ivy): remame styling_next directory to styling (#32731)

PR Close #32731
This commit is contained in:
Matias Niemelä
2019-09-17 13:26:52 -07:00
committed by Andrew Kushnir
parent 0618bed83e
commit f88f717094
26 changed files with 33 additions and 33 deletions

View File

@ -24,7 +24,7 @@ import {isComponentDef, isComponentHost} from './interfaces/type_checks';
import {DECLARATION_VIEW, INJECTOR, LView, TData, TVIEW, TView, T_HOST} from './interfaces/view';
import {assertNodeOfPossibleTypes} from './node_assert';
import {getLView, getPreviousOrParentTNode, setTNodeAndViewData} from './state';
import {getInitialStylingValue} from './styling_next/util';
import {getInitialStylingValue} from './styling/util';
import {isNameOnlyAttributeMarker} from './util/attrs_utils';
import {getParentInjectorIndex, getParentInjectorView, hasParentInjector} from './util/injector_utils';
import {stringifyForError} from './util/misc_utils';