refactor(ivy): rename stylingProp => styleProp (#26149)

PR Close #26149
This commit is contained in:
Matias Niemelä
2018-09-27 15:07:51 -07:00
committed by Alex Rickabaugh
parent 68fadd9b97
commit c51331689f
9 changed files with 18 additions and 18 deletions

View File

@ -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};