refactor(ivy): reorganize styling and player files (#26149)

PR Close #26149
This commit is contained in:
Matias Niemelä
2018-09-28 12:38:16 -07:00
committed by Alex Rickabaugh
parent 391c708d7e
commit 32e479ffec
19 changed files with 362 additions and 333 deletions

View File

@ -21,7 +21,7 @@ import {Sanitizer, SecurityContext} from '../../src/sanitization/security';
import {NgIf} from './common_with_def';
import {ComponentFixture, TemplateFixture, createComponent, renderToHtml} from './render_util';
import {MONKEY_PATCH_KEY_NAME, getContext} from '../../src/render3/context_discovery';
import {StylingIndex} from '../../src/render3/styling';
import {StylingIndex} from '../../src/render3/interfaces/styling';
import {directiveInject} from '../../src/render3/di';
describe('render3 integration test', () => {