refactor(ivy): abstract all styling-related compiler logic into a shared class (#27043)
PR Close #27043
This commit is contained in:

committed by
Andrew Kushnir

parent
8b9249a670
commit
095b6e8113
@ -121,7 +121,6 @@ describe('compiler compliance', () => {
|
||||
|
||||
|
||||
const result = compile(files, angularFiles);
|
||||
|
||||
expectEmit(result.source, factory, 'Incorrect factory');
|
||||
expectEmit(result.source, template, 'Incorrect template');
|
||||
});
|
||||
|
Reference in New Issue
Block a user