fix(ivy): Add style="{{exp}}"
based interpolation (#34202)
Fixes #33575 Add support for interpolation in styles as shown: ``` <div style="color: {{exp1}}; width: {{exp2}};"> ``` PR Close #34202
This commit is contained in:
@ -71,6 +71,25 @@ export class Identifiers {
|
||||
|
||||
static styleMap: o.ExternalReference = {name: 'ɵɵstyleMap', moduleName: CORE};
|
||||
|
||||
static styleMapInterpolate1:
|
||||
o.ExternalReference = {name: 'ɵɵstyleMapInterpolate1', moduleName: CORE};
|
||||
static styleMapInterpolate2:
|
||||
o.ExternalReference = {name: 'ɵɵstyleMapInterpolate2', moduleName: CORE};
|
||||
static styleMapInterpolate3:
|
||||
o.ExternalReference = {name: 'ɵɵstyleMapInterpolate3', moduleName: CORE};
|
||||
static styleMapInterpolate4:
|
||||
o.ExternalReference = {name: 'ɵɵstyleMapInterpolate4', moduleName: CORE};
|
||||
static styleMapInterpolate5:
|
||||
o.ExternalReference = {name: 'ɵɵstyleMapInterpolate5', moduleName: CORE};
|
||||
static styleMapInterpolate6:
|
||||
o.ExternalReference = {name: 'ɵɵstyleMapInterpolate6', moduleName: CORE};
|
||||
static styleMapInterpolate7:
|
||||
o.ExternalReference = {name: 'ɵɵstyleMapInterpolate7', moduleName: CORE};
|
||||
static styleMapInterpolate8:
|
||||
o.ExternalReference = {name: 'ɵɵstyleMapInterpolate8', moduleName: CORE};
|
||||
static styleMapInterpolateV:
|
||||
o.ExternalReference = {name: 'ɵɵstyleMapInterpolateV', moduleName: CORE};
|
||||
|
||||
static classMap: o.ExternalReference = {name: 'ɵɵclassMap', moduleName: CORE};
|
||||
|
||||
static classMapInterpolate1:
|
||||
|
Reference in New Issue
Block a user