refactor(ivy): ensure new attribute instructons are available in JIT (#30503)

PR Close #30503
This commit is contained in:
Ben Lesh
2019-05-15 20:24:29 -07:00
committed by Jason Aden
parent 988afad2af
commit 2cdbe9b2ef
9 changed files with 716 additions and 1083 deletions

View File

@ -533,7 +533,7 @@ describe('compiler compliance: bindings', () => {
i0.ɵɵselect(8);
i0.ɵɵattributeInterpolate1("title", "a", ctx.one, "b");
i0.ɵɵselect(9);
i0.ɵɵattributeInterpolate("title", ctx.one);
i0.ɵɵattribute("title", ctx.one);
}
`;