feat(ivy): add ɵɵtextInterpolateX instructions (#30011)
- `ɵɵtextBinding(..., ɵɵinterpolationX())` instructions will now just be `ɵɵtextInterpolate(...)` instructions PR Close #30011
This commit is contained in:
@ -1603,5 +1603,11 @@
|
||||
},
|
||||
{
|
||||
"name": "ɵɵtextBinding"
|
||||
},
|
||||
{
|
||||
"name": "ɵɵtextInterpolate"
|
||||
},
|
||||
{
|
||||
"name": "ɵɵtextInterpolate1"
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user