@@ -464,14 +464,10 @@ describe('i18n support in the view compiler', () => {
464
464
$r3$.ɵɵelementEnd();
465
465
}
466
466
if (rf & 2) {
467
- $r3$.ɵɵi18nExp($r3$.ɵɵpipeBind1(1, 6, ctx.valueA));
468
- $r3$.ɵɵi18nExp(ctx.valueB);
467
+ $r3$.ɵɵi18nExp($r3$.ɵɵpipeBind1(1, 6, ctx.valueA))(ctx.valueB);
469
468
$r3$.ɵɵi18nApply(2);
470
469
$r3$.ɵɵselect(3);
471
- $r3$.ɵɵi18nExp(ctx.valueA);
472
- $r3$.ɵɵi18nExp(ctx.valueB);
473
- $r3$.ɵɵi18nExp(ctx.valueA + ctx.valueB);
474
- $r3$.ɵɵi18nExp(ctx.valueC);
470
+ $r3$.ɵɵi18nExp(ctx.valueA)(ctx.valueB)(ctx.valueA + ctx.valueB)(ctx.valueC);
475
471
$r3$.ɵɵi18nApply(4);
476
472
}
477
473
}
@@ -690,14 +686,10 @@ describe('i18n support in the view compiler', () => {
690
686
$r3$.ɵɵelementEnd();
691
687
}
692
688
if (rf & 2) {
693
- $r3$.ɵɵi18nExp($r3$.ɵɵpipeBind1(1, 6, ctx.valueA));
694
- $r3$.ɵɵi18nExp(ctx.valueB);
689
+ $r3$.ɵɵi18nExp($r3$.ɵɵpipeBind1(1, 6, ctx.valueA))(ctx.valueB);
695
690
$r3$.ɵɵi18nApply(2);
696
691
$r3$.ɵɵselect(3);
697
- $r3$.ɵɵi18nExp(ctx.valueA);
698
- $r3$.ɵɵi18nExp(ctx.valueB);
699
- $r3$.ɵɵi18nExp(ctx.valueA + ctx.valueB);
700
- $r3$.ɵɵi18nExp(ctx.valueC);
692
+ $r3$.ɵɵi18nExp(ctx.valueA)(ctx.valueB)(ctx.valueA + ctx.valueB)(ctx.valueC);
701
693
$r3$.ɵɵi18nApply(4);
702
694
}
703
695
}
@@ -1054,8 +1046,7 @@ describe('i18n support in the view compiler', () => {
1054
1046
}
1055
1047
if (rf & 2) {
1056
1048
$r3$.ɵɵselect(1);
1057
- $r3$.ɵɵi18nExp($r3$.ɵɵpipeBind1(2, 2, ctx.valueA));
1058
- $r3$.ɵɵi18nExp(ctx.valueA == null ? null : ctx.valueA.a == null ? null : ctx.valueA.a.b);
1049
+ $r3$.ɵɵi18nExp($r3$.ɵɵpipeBind1(2, 2, ctx.valueA))(ctx.valueA == null ? null : ctx.valueA.a == null ? null : ctx.valueA.a.b);
1059
1050
$r3$.ɵɵi18nApply(1);
1060
1051
}
1061
1052
}
@@ -1224,8 +1215,7 @@ describe('i18n support in the view compiler', () => {
1224
1215
$r3$.ɵɵi18nExp(ctx.one);
1225
1216
$r3$.ɵɵi18nApply(1);
1226
1217
$r3$.ɵɵselect(4);
1227
- $r3$.ɵɵi18nExp($r3$.ɵɵpipeBind1(5, 3, ctx.two));
1228
- $r3$.ɵɵi18nExp(ctx.nestedInBlockTwo);
1218
+ $r3$.ɵɵi18nExp($r3$.ɵɵpipeBind1(5, 3, ctx.two))(ctx.nestedInBlockTwo);
1229
1219
$r3$.ɵɵi18nApply(4);
1230
1220
}
1231
1221
}
@@ -1335,8 +1325,7 @@ describe('i18n support in the view compiler', () => {
1335
1325
}
1336
1326
if (rf & 2) {
1337
1327
$r3$.ɵɵselect(2);
1338
- $r3$.ɵɵi18nExp(ctx.valueB);
1339
- $r3$.ɵɵi18nExp(ctx.valueC);
1328
+ $r3$.ɵɵi18nExp(ctx.valueB)(ctx.valueC);
1340
1329
$r3$.ɵɵi18nApply(3);
1341
1330
$r3$.ɵɵi18nExp(ctx.valueA);
1342
1331
$r3$.ɵɵi18nApply(1);
@@ -1402,8 +1391,7 @@ describe('i18n support in the view compiler', () => {
1402
1391
if (rf & 2) {
1403
1392
const $ctx_r0$ = $r3$.ɵɵnextContext();
1404
1393
$r3$.ɵɵselect(2);
1405
- $r3$.ɵɵi18nExp($ctx_r0$.valueA);
1406
- $r3$.ɵɵi18nExp($r3$.ɵɵpipeBind1(4, 2, $ctx_r0$.valueB));
1394
+ $r3$.ɵɵi18nExp($ctx_r0$.valueA)($r3$.ɵɵpipeBind1(4, 2, $ctx_r0$.valueB));
1407
1395
$r3$.ɵɵi18nApply(2);
1408
1396
}
1409
1397
}
@@ -1527,8 +1515,7 @@ describe('i18n support in the view compiler', () => {
1527
1515
}
1528
1516
if (rf & 2) {
1529
1517
const $ctx_r2$ = $r3$.ɵɵnextContext(2);
1530
- $r3$.ɵɵi18nExp($ctx_r2$.valueC);
1531
- $r3$.ɵɵi18nExp($ctx_r2$.valueD);
1518
+ $r3$.ɵɵi18nExp($ctx_r2$.valueC)($ctx_r2$.valueD);
1532
1519
$r3$.ɵɵi18nApply(0);
1533
1520
}
1534
1521
}
@@ -1547,8 +1534,7 @@ describe('i18n support in the view compiler', () => {
1547
1534
const $ctx_r0$ = $r3$.ɵɵnextContext();
1548
1535
$r3$.ɵɵselect(4);
1549
1536
$r3$.ɵɵproperty("ngIf", $ctx_r0$.exists);
1550
- $r3$.ɵɵi18nExp($ctx_r0$.valueA);
1551
- $r3$.ɵɵi18nExp($r3$.ɵɵpipeBind1(3, 3, $ctx_r0$.valueB));
1537
+ $r3$.ɵɵi18nExp($ctx_r0$.valueA)($r3$.ɵɵpipeBind1(3, 3, $ctx_r0$.valueB));
1552
1538
$r3$.ɵɵi18nApply(0);
1553
1539
}
1554
1540
}
@@ -1596,8 +1582,7 @@ describe('i18n support in the view compiler', () => {
1596
1582
}
1597
1583
if (rf & 2) {
1598
1584
const $ctx_r1$ = $r3$.ɵɵnextContext();
1599
- $r3$.ɵɵi18nExp($ctx_r1$.valueE + $ctx_r1$.valueF);
1600
- $r3$.ɵɵi18nExp($r3$.ɵɵpipeBind1(3, 2, $ctx_r1$.valueG));
1585
+ $r3$.ɵɵi18nExp($ctx_r1$.valueE + $ctx_r1$.valueF)($r3$.ɵɵpipeBind1(3, 2, $ctx_r1$.valueG));
1601
1586
$r3$.ɵɵi18nApply(0);
1602
1587
}
1603
1588
}
@@ -2554,8 +2539,7 @@ describe('i18n support in the view compiler', () => {
2554
2539
if (rf & 2) {
2555
2540
const $ctx_r1$ = $r3$.ɵɵnextContext();
2556
2541
$r3$.ɵɵselect(2);
2557
- $r3$.ɵɵi18nExp($ctx_r1$.count);
2558
- $r3$.ɵɵi18nExp($ctx_r1$.count);
2542
+ $r3$.ɵɵi18nExp($ctx_r1$.count)($ctx_r1$.count);
2559
2543
$r3$.ɵɵi18nApply(2);
2560
2544
}
2561
2545
}
@@ -2615,8 +2599,7 @@ describe('i18n support in the view compiler', () => {
2615
2599
}
2616
2600
if (rf & 2) {
2617
2601
$r3$.ɵɵselect(1);
2618
- $r3$.ɵɵi18nExp(ctx.age);
2619
- $r3$.ɵɵi18nExp(ctx.other);
2602
+ $r3$.ɵɵi18nExp(ctx.age)(ctx.other);
2620
2603
$r3$.ɵɵi18nApply(1);
2621
2604
}
2622
2605
}
@@ -2742,8 +2725,7 @@ describe('i18n support in the view compiler', () => {
2742
2725
}
2743
2726
if (rf & 2) {
2744
2727
$r3$.ɵɵselect(1);
2745
- $r3$.ɵɵi18nExp(ctx.gender);
2746
- $r3$.ɵɵi18nExp(ctx.ageA + ctx.ageB + ctx.ageC);
2728
+ $r3$.ɵɵi18nExp(ctx.gender)(ctx.ageA + ctx.ageB + ctx.ageC);
2747
2729
$r3$.ɵɵi18nApply(1);
2748
2730
}
2749
2731
}
@@ -2808,8 +2790,7 @@ describe('i18n support in the view compiler', () => {
2808
2790
}
2809
2791
if (rf & 2) {
2810
2792
$r3$.ɵɵselect(1);
2811
- $r3$.ɵɵi18nExp(ctx.gender);
2812
- $r3$.ɵɵi18nExp(ctx.age);
2793
+ $r3$.ɵɵi18nExp(ctx.gender)(ctx.age);
2813
2794
$r3$.ɵɵi18nApply(1);
2814
2795
}
2815
2796
}
@@ -2914,8 +2895,7 @@ describe('i18n support in the view compiler', () => {
2914
2895
if (rf & 2) {
2915
2896
$r3$.ɵɵselect(3);
2916
2897
$r3$.ɵɵproperty("ngIf", ctx.visible);
2917
- $r3$.ɵɵi18nExp(ctx.gender);
2918
- $r3$.ɵɵi18nExp(ctx.gender);
2898
+ $r3$.ɵɵi18nExp(ctx.gender)(ctx.gender);
2919
2899
$r3$.ɵɵi18nApply(1);
2920
2900
}
2921
2901
}
@@ -2962,8 +2942,7 @@ describe('i18n support in the view compiler', () => {
2962
2942
}
2963
2943
if (rf & 2) {
2964
2944
$r3$.ɵɵselect(1);
2965
- $r3$.ɵɵi18nExp(ctx.age);
2966
- $r3$.ɵɵi18nExp(ctx.gender);
2945
+ $r3$.ɵɵi18nExp(ctx.age)(ctx.gender);
2967
2946
$r3$.ɵɵi18nApply(1);
2968
2947
}
2969
2948
}
@@ -3132,8 +3111,7 @@ describe('i18n support in the view compiler', () => {
3132
3111
}
3133
3112
if (rf & 2) {
3134
3113
const $ctx_r0$ = $r3$.ɵɵnextContext();
3135
- $r3$.ɵɵi18nExp($ctx_r0$.age);
3136
- $r3$.ɵɵi18nExp($ctx_r0$.otherAge);
3114
+ $r3$.ɵɵi18nExp($ctx_r0$.age)($ctx_r0$.otherAge);
3137
3115
$r3$.ɵɵi18nApply(0);
3138
3116
}
3139
3117
}
@@ -3151,9 +3129,7 @@ describe('i18n support in the view compiler', () => {
3151
3129
if (rf & 2) {
3152
3130
$r3$.ɵɵselect(2);
3153
3131
$r3$.ɵɵproperty("ngIf", ctx.ageVisible);
3154
- $r3$.ɵɵi18nExp(ctx.gender);
3155
- $r3$.ɵɵi18nExp(ctx.weight);
3156
- $r3$.ɵɵi18nExp(ctx.height);
3132
+ $r3$.ɵɵi18nExp(ctx.gender)(ctx.weight)(ctx.height);
3157
3133
$r3$.ɵɵi18nApply(1);
3158
3134
}
3159
3135
}
@@ -3204,10 +3180,7 @@ describe('i18n support in the view compiler', () => {
3204
3180
}
3205
3181
if (rf & 2) {
3206
3182
$r3$.ɵɵselect(1);
3207
- $r3$.ɵɵi18nExp(ctx.gender);
3208
- $r3$.ɵɵi18nExp(ctx.weight);
3209
- $r3$.ɵɵi18nExp(ctx.height);
3210
- $r3$.ɵɵi18nExp(ctx.age);
3183
+ $r3$.ɵɵi18nExp(ctx.gender)(ctx.weight)(ctx.height)(ctx.age);
3211
3184
$r3$.ɵɵi18nApply(1);
3212
3185
}
3213
3186
}
0 commit comments