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

@ -5,7 +5,7 @@
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import {StylingMapArray, TStylingContext} from '../styling_next/interfaces';
import {StylingMapArray, TStylingContext} from '../styling/interfaces';
import {CssSelector} from './projection';
import {RNode} from './renderer';
import {LView, TView} from './view';