refactor(ivy): move styling/interfaces.ts to interfaces/styling.ts (#32731)

PR Close #32731
This commit is contained in:
Matias Niemelä
2019-09-17 14:51:28 -07:00
committed by Andrew Kushnir
parent ec0aa88f4e
commit 5d12cb9fdf
13 changed files with 21 additions and 21 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/interfaces';
import {StylingMapArray, TStylingContext} from '../interfaces/styling';
import {CssSelector} from './projection';
import {RNode} from './renderer';
import {LView, TView} from './view';