refactor(ivy): add new attribute interpolation instructions (#30503)
PR Close #30503
This commit is contained in:
@ -23,7 +23,19 @@ export {
|
||||
tick,
|
||||
|
||||
ɵɵallocHostVars,
|
||||
|
||||
ɵɵattribute,
|
||||
ɵɵattributeInterpolate,
|
||||
ɵɵattributeInterpolate1,
|
||||
ɵɵattributeInterpolate2,
|
||||
ɵɵattributeInterpolate3,
|
||||
ɵɵattributeInterpolate4,
|
||||
ɵɵattributeInterpolate5,
|
||||
ɵɵattributeInterpolate6,
|
||||
ɵɵattributeInterpolate7,
|
||||
ɵɵattributeInterpolate8,
|
||||
ɵɵattributeInterpolateV,
|
||||
|
||||
ɵɵbind,
|
||||
ɵɵclassMap,
|
||||
ɵɵclassProp,
|
||||
|
Reference in New Issue
Block a user