refactor(ivy): abstract all styling-related compiler logic into a shared class (#27043)

PR Close #27043
This commit is contained in:
Matias Niemelä
2018-11-09 18:03:32 -08:00
committed by Andrew Kushnir
parent 8b9249a670
commit 095b6e8113
5 changed files with 439 additions and 337 deletions

View File

@ -121,7 +121,6 @@ describe('compiler compliance', () => {
const result = compile(files, angularFiles);
expectEmit(result.source, factory, 'Incorrect factory');
expectEmit(result.source, template, 'Incorrect template');
});