refactor(ivy): rename stylingProp => styleProp (#26149)
PR Close #26149
This commit is contained in:

committed by
Alex Rickabaugh

parent
68fadd9b97
commit
c51331689f
@ -43,7 +43,7 @@ export class Identifiers {
|
||||
|
||||
static elementStylingMap: o.ExternalReference = {name: 'ɵelementStylingMap', moduleName: CORE};
|
||||
|
||||
static elementStyleProp: o.ExternalReference = {name: 'ɵelementStylingProp', moduleName: CORE};
|
||||
static elementStyleProp: o.ExternalReference = {name: 'ɵelementStyleProp', moduleName: CORE};
|
||||
|
||||
static elementStylingApply:
|
||||
o.ExternalReference = {name: 'ɵelementStylingApply', moduleName: CORE};
|
||||
|
Reference in New Issue
Block a user