Revert "refactor(ivy): clean up (#23899)"

This reverts commit 856ee73464.
This commit is contained in:
Victor Berchet
2018-06-06 13:38:13 -07:00
parent 31988a6ff9
commit 24ab0a7db0
2 changed files with 6 additions and 3 deletions

View File

@ -133,12 +133,15 @@ describe('compiler compliance: template', () => {
};
const template = `
// ...
template:function MyComponent_Template(rf: IDENT, $ctx$: IDENT){
if (rf & 1) {
$i0$.ɵEe(0,'div');
}
}`;
debugger;
const result = compile(files, angularFiles);
expectEmit(result.source, template, 'Incorrect template');