refactor(ivy): move styling/interfaces.ts
to interfaces/styling.ts
(#32731)
PR Close #32731
This commit is contained in:

committed by
Andrew Kushnir

parent
ec0aa88f4e
commit
5d12cb9fdf
@ -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';
|
||||
|
Reference in New Issue
Block a user