feat(ivy): add ɵɵtextInterpolateX instructions (#30011)
- `ɵɵtextBinding(..., ɵɵinterpolationX())` instructions will now just be `ɵɵtextInterpolate(...)` instructions PR Close #30011
This commit is contained in:
@ -1961,7 +1961,7 @@ describe('ngtsc behavioral tests', () => {
|
||||
|
||||
env.driveMain();
|
||||
const jsContents = env.getContents('test.js');
|
||||
expect(jsContents).toContain('interpolation1("", ctx.text, "")');
|
||||
expect(jsContents).toContain('ɵɵtextInterpolate(ctx.text)');
|
||||
});
|
||||
|
||||
it('should handle `encapsulation` field', () => {
|
||||
|
Reference in New Issue
Block a user