@@ -389,7 +389,7 @@ describe('compiler compliance: styling', () => {
389
389
$r3$.ɵɵelementEnd();
390
390
}
391
391
if (rf & 2) {
392
- $r3$.ɵɵelementStylingMap(0, null , $ctx$.myStyleExp);
392
+ $r3$.ɵɵelementStyleMap(0 , $ctx$.myStyleExp);
393
393
$r3$.ɵɵelementStylingApply(0);
394
394
}
395
395
}
@@ -454,7 +454,7 @@ describe('compiler compliance: styling', () => {
454
454
$r3$.ɵɵelementEnd();
455
455
}
456
456
if (rf & 2) {
457
- $r3$.ɵɵelementStylingMap (0, $r3$.ɵɵinterpolation1("foo foo-", $ctx$.fooId, ""));
457
+ $r3$.ɵɵelementClassMap (0, $r3$.ɵɵinterpolation1("foo foo-", $ctx$.fooId, ""));
458
458
$r3$.ɵɵelementStylingApply(0);
459
459
}
460
460
}
@@ -468,7 +468,7 @@ describe('compiler compliance: styling', () => {
468
468
$r3$.ɵɵelementEnd();
469
469
}
470
470
if (rf & 2) {
471
- $r3$.ɵɵelementStylingMap (0, $r3$.ɵɵinterpolation2("foo foo-", $ctx$.fooId, "-", $ctx$.fooUsername, ""));
471
+ $r3$.ɵɵelementClassMap (0, $r3$.ɵɵinterpolation2("foo foo-", $ctx$.fooId, "-", $ctx$.fooUsername, ""));
472
472
$r3$.ɵɵelementStylingApply(0);
473
473
}
474
474
}
@@ -482,7 +482,7 @@ describe('compiler compliance: styling', () => {
482
482
$r3$.ɵɵelementEnd();
483
483
}
484
484
if (rf & 2) {
485
- $r3$.ɵɵelementStylingMap (0, $ctx$.exp);
485
+ $r3$.ɵɵelementClassMap (0, $ctx$.exp);
486
486
$r3$.ɵɵelementStylingApply(0);
487
487
}
488
488
}
@@ -538,7 +538,7 @@ describe('compiler compliance: styling', () => {
538
538
$r3$.ɵɵelementEnd();
539
539
}
540
540
if (rf & 2) {
541
- $r3$.ɵɵelementStylingMap(0, null , $ctx$.myStyleExp);
541
+ $r3$.ɵɵelementStyleMap(0 , $ctx$.myStyleExp);
542
542
$r3$.ɵɵelementStyleProp(0, 0, $ctx$.myWidth);
543
543
$r3$.ɵɵelementStyleProp(0, 1, $ctx$.myHeight);
544
544
$r3$.ɵɵelementStylingApply(0);
@@ -704,7 +704,7 @@ describe('compiler compliance: styling', () => {
704
704
$r3$.ɵɵelementEnd();
705
705
}
706
706
if (rf & 2) {
707
- $r3$.ɵɵelementStylingMap (0,$ctx$.myClassExp);
707
+ $r3$.ɵɵelementClassMap (0,$ctx$.myClassExp);
708
708
$r3$.ɵɵelementStylingApply(0);
709
709
}
710
710
}
@@ -760,7 +760,7 @@ describe('compiler compliance: styling', () => {
760
760
$r3$.ɵɵelementEnd();
761
761
}
762
762
if (rf & 2) {
763
- $r3$.ɵɵelementStylingMap (0, $ctx$.myClassExp);
763
+ $r3$.ɵɵelementClassMap (0, $ctx$.myClassExp);
764
764
$r3$.ɵɵelementClassProp(0, 0, $ctx$.yesToApple);
765
765
$r3$.ɵɵelementClassProp(0, 1, $ctx$.yesToOrange);
766
766
$r3$.ɵɵelementStylingApply(0);
@@ -882,7 +882,8 @@ describe('compiler compliance: styling', () => {
882
882
$r3$.ɵɵelementEnd();
883
883
}
884
884
if (rf & 2) {
885
- $r3$.ɵɵelementStylingMap(0, $ctx$.myClassExp, $ctx$.myStyleExp);
885
+ $r3$.ɵɵelementStyleMap(0, $ctx$.myStyleExp);
886
+ $r3$.ɵɵelementClassMap(0, $ctx$.myClassExp);
886
887
$r3$.ɵɵelementStylingApply(0);
887
888
}
888
889
}
@@ -919,12 +920,13 @@ describe('compiler compliance: styling', () => {
919
920
if (rf & 1) {
920
921
$r3$.ɵɵelementStart(0, "div");
921
922
$r3$.ɵɵelementStyling(null, null, $r3$.ɵɵdefaultStyleSanitizer);
922
- $r3$.ɵɵpipe(1, "classPipe ");
923
- $r3$.ɵɵpipe(2, "stylePipe ");
923
+ $r3$.ɵɵpipe(1, "stylePipe ");
924
+ $r3$.ɵɵpipe(2, "classPipe ");
924
925
$r3$.ɵɵelementEnd();
925
926
}
926
927
if (rf & 2) {
927
- $r3$.ɵɵelementStylingMap(0, $r3$.ɵɵpipeBind1(1, 0, $ctx$.myClassExp), $r3$.ɵɵpipeBind1(2, 2, $ctx$.myStyleExp));
928
+ $r3$.ɵɵelementStyleMap(0, $r3$.ɵɵpipeBind1(1, 0, $ctx$.myStyleExp));
929
+ $r3$.ɵɵelementClassMap(0, $r3$.ɵɵpipeBind1(2, 2, $ctx$.myClassExp));
928
930
$r3$.ɵɵelementStylingApply(0);
929
931
}
930
932
}
@@ -980,7 +982,8 @@ describe('compiler compliance: styling', () => {
980
982
$r3$.ɵɵelementEnd();
981
983
}
982
984
if (rf & 2) {
983
- $r3$.ɵɵelementStylingMap(0, $e2_styling$, $r3$.ɵɵpipeBind2(1, 1, $ctx$.myStyleExp, 1000));
985
+ $r3$.ɵɵelementStyleMap(0, $r3$.ɵɵpipeBind2(1, 1, $ctx$.myStyleExp, 1000));
986
+ $r3$.ɵɵelementClassMap(0, $e2_styling$);
984
987
$r3$.ɵɵelementStyleProp(0, 0, $r3$.ɵɵpipeBind2(2, 4, $ctx$.barExp, 3000));
985
988
$r3$.ɵɵelementStyleProp(0, 1, $r3$.ɵɵpipeBind2(3, 7, $ctx$.bazExp, 4000));
986
989
$r3$.ɵɵelementClassProp(0, 0, $r3$.ɵɵpipeBind2(4, 10, $ctx$.fooExp, 2000));
@@ -1042,7 +1045,8 @@ describe('compiler compliance: styling', () => {
1042
1045
$r3$.ɵɵelementHostStyling($e0_classBindings$, $e0_styleBindings$, $r3$.ɵɵdefaultStyleSanitizer);
1043
1046
}
1044
1047
if (rf & 2) {
1045
- $r3$.ɵɵelementHostStylingMap(ctx.myClass, ctx.myStyle);
1048
+ $r3$.ɵɵelementHostStyleMap(ctx.myStyle);
1049
+ $r3$.ɵɵelementHostClassMap(ctx.myClass);
1046
1050
$r3$.ɵɵelementHostStyleProp(0, ctx.myColorProp);
1047
1051
$r3$.ɵɵelementHostClassProp(0, ctx.myFooClass);
1048
1052
$r3$.ɵɵelementHostStylingApply();
@@ -1102,7 +1106,8 @@ describe('compiler compliance: styling', () => {
1102
1106
$r3$.ɵɵelementHostStyling(_c0, _c1, $r3$.ɵɵdefaultStyleSanitizer);
1103
1107
}
1104
1108
if (rf & 2) {
1105
- $r3$.ɵɵelementHostStylingMap(ctx.myClasses, ctx.myStyle);
1109
+ $r3$.ɵɵelementHostStyleMap(ctx.myStyle);
1110
+ $r3$.ɵɵelementHostClassMap(ctx.myClasses);
1106
1111
$r3$.ɵɵelementHostStyleProp(0, ctx.myHeightProp, "pt");
1107
1112
$r3$.ɵɵelementHostStyleProp(1, ctx.myWidthProp);
1108
1113
$r3$.ɵɵelementHostClassProp(0, ctx.myBarClass);
@@ -1166,7 +1171,8 @@ describe('compiler compliance: styling', () => {
1166
1171
$r3$.ɵɵelementEnd();
1167
1172
}
1168
1173
if (rf & 2) {
1169
- $r3$.ɵɵelementStylingMap(0, ctx.myClassExp, ctx.myStyleExp);
1174
+ $r3$.ɵɵelementStyleMap(0, ctx.myStyleExp);
1175
+ $r3$.ɵɵelementClassMap(0, ctx.myClassExp);
1170
1176
$r3$.ɵɵelementStyleProp(0, 0, ctx.myHeightExp, null, true);
1171
1177
$r3$.ɵɵelementClassProp(0, 0, ctx.myBarClassExp, true);
1172
1178
$r3$.ɵɵelementStylingApply(0);
@@ -1183,7 +1189,8 @@ describe('compiler compliance: styling', () => {
1183
1189
$r3$.ɵɵelementHostStyling(_c0, _c1, $r3$.ɵɵdefaultStyleSanitizer);
1184
1190
}
1185
1191
if (rf & 2) {
1186
- $r3$.ɵɵelementHostStylingMap(ctx.myClassExp, ctx.myStyleExp);
1192
+ $r3$.ɵɵelementHostStyleMap(ctx.myStyleExp);
1193
+ $r3$.ɵɵelementHostClassMap(ctx.myClassExp);
1187
1194
$r3$.ɵɵelementHostStyleProp(0, ctx.myWidthExp, null, true);
1188
1195
$r3$.ɵɵelementHostClassProp(0, ctx.myFooClassExp, true);
1189
1196
$r3$.ɵɵelementHostStylingApply();
@@ -1251,7 +1258,7 @@ describe('compiler compliance: styling', () => {
1251
1258
$r3$.ɵɵelementHostStyling();
1252
1259
}
1253
1260
if (rf & 2) {
1254
- $r3$.ɵɵelementHostStylingMap (ctx.myClassMap);
1261
+ $r3$.ɵɵelementHostClassMap (ctx.myClassMap);
1255
1262
$r3$.ɵɵelementHostStylingApply();
1256
1263
}
1257
1264
}
@@ -1335,7 +1342,8 @@ describe('compiler compliance: styling', () => {
1335
1342
if (rf & 2) {
1336
1343
$r3$.ɵɵproperty("id", ctx.id, null, true);
1337
1344
$r3$.ɵɵproperty("title", ctx.title, null, true);
1338
- $r3$.ɵɵelementHostStylingMap(ctx.myClass, ctx.myStyle);
1345
+ $r3$.ɵɵelementHostStyleMap(ctx.myStyle);
1346
+ $r3$.ɵɵelementHostClassMap(ctx.myClass);
1339
1347
$r3$.ɵɵelementHostStylingApply();
1340
1348
}
1341
1349
}
0 commit comments