@@ -83,23 +83,23 @@ describe('i18n support in the view compiler', () => {
83
83
$r3$.ɵi18nEnd();
84
84
$r3$.ɵelementEnd();
85
85
$r3$.ɵelementStart(2, "div");
86
- $r3$.ɵi18nAttribute (3, $_c2$);
86
+ $r3$.ɵi18nAttributes (3, $_c2$);
87
87
$r3$.ɵtext(4, "Content B");
88
88
$r3$.ɵelementEnd();
89
89
$r3$.ɵelementStart(5, "div");
90
- $r3$.ɵi18nAttribute (6, $_c4$);
90
+ $r3$.ɵi18nAttributes (6, $_c4$);
91
91
$r3$.ɵtext(7, "Content C");
92
92
$r3$.ɵelementEnd();
93
93
$r3$.ɵelementStart(8, "div");
94
- $r3$.ɵi18nAttribute (9, $_c6$);
94
+ $r3$.ɵi18nAttributes (9, $_c6$);
95
95
$r3$.ɵtext(10, "Content D");
96
96
$r3$.ɵelementEnd();
97
97
$r3$.ɵelementStart(11, "div");
98
- $r3$.ɵi18nAttribute (12, $_c8$);
98
+ $r3$.ɵi18nAttributes (12, $_c8$);
99
99
$r3$.ɵtext(13, "Content E");
100
100
$r3$.ɵelementEnd();
101
101
$r3$.ɵelementStart(14, "div");
102
- $r3$.ɵi18nAttribute (15, $_c10$);
102
+ $r3$.ɵi18nAttributes (15, $_c10$);
103
103
$r3$.ɵtext(16, "Content F");
104
104
$r3$.ɵelementEnd();
105
105
}
@@ -142,7 +142,7 @@ describe('i18n support in the view compiler', () => {
142
142
template: function MyComponent_Template(rf, ctx) {
143
143
if (rf & 1) {
144
144
$r3$.ɵelementStart(0, "div", $_c0$);
145
- $r3$.ɵi18nAttribute (1, $_c2$);
145
+ $r3$.ɵi18nAttributes (1, $_c2$);
146
146
$r3$.ɵelementEnd();
147
147
}
148
148
}
@@ -207,10 +207,10 @@ describe('i18n support in the view compiler', () => {
207
207
if (rf & 1) {
208
208
$r3$.ɵelementStart(0, "div", $_c0$);
209
209
$r3$.ɵpipe(1, "uppercase");
210
- $r3$.ɵi18nAttribute (2, $_c4$);
210
+ $r3$.ɵi18nAttributes (2, $_c4$);
211
211
$r3$.ɵelementEnd();
212
212
$r3$.ɵelementStart(3, "div", $_c5$);
213
- $r3$.ɵi18nAttribute (4, $_c8$);
213
+ $r3$.ɵi18nAttributes (4, $_c8$);
214
214
$r3$.ɵelementEnd();
215
215
}
216
216
if (rf & 2) {
@@ -265,7 +265,7 @@ describe('i18n support in the view compiler', () => {
265
265
$r3$.ɵelementStart(0, "div");
266
266
$r3$.ɵelementStart(1, "div");
267
267
$r3$.ɵpipe(2, "uppercase");
268
- $r3$.ɵi18nAttribute (3, $_c2$);
268
+ $r3$.ɵi18nAttributes (3, $_c2$);
269
269
$r3$.ɵelementEnd();
270
270
$r3$.ɵelementEnd();
271
271
}
@@ -345,10 +345,10 @@ describe('i18n support in the view compiler', () => {
345
345
if (rf & 1) {
346
346
$r3$.ɵelementStart(0, "div", $_c0$);
347
347
$r3$.ɵpipe(1, "uppercase");
348
- $r3$.ɵi18nAttribute (2, $_c4$);
348
+ $r3$.ɵi18nAttributes (2, $_c4$);
349
349
$r3$.ɵelementEnd();
350
350
$r3$.ɵelementStart(3, "div", $_c5$);
351
- $r3$.ɵi18nAttribute (4, $_c8$);
351
+ $r3$.ɵi18nAttributes (4, $_c8$);
352
352
$r3$.ɵelementEnd();
353
353
}
354
354
if (rf & 2) {
@@ -403,7 +403,7 @@ describe('i18n support in the view compiler', () => {
403
403
$r3$.ɵelementStart(0, "div");
404
404
$r3$.ɵelementStart(1, "div");
405
405
$r3$.ɵpipe(2, "uppercase");
406
- $r3$.ɵi18nAttribute (3, $_c2$);
406
+ $r3$.ɵi18nAttributes (3, $_c2$);
407
407
$r3$.ɵelementEnd();
408
408
$r3$.ɵelementEnd();
409
409
}
@@ -693,15 +693,15 @@ describe('i18n support in the view compiler', () => {
693
693
$r3$.ɵelementStart(0, "div");
694
694
$r3$.ɵi18nStart(1, $MSG_APP_SPEC_TS_0$);
695
695
$r3$.ɵelementStart(2, "span");
696
- $r3$.ɵi18nAttribute (3, $_c2$);
696
+ $r3$.ɵi18nAttributes (3, $_c2$);
697
697
$r3$.ɵelementEnd();
698
698
$r3$.ɵi18nEnd();
699
699
$r3$.ɵelementEnd();
700
700
$r3$.ɵelementStart(4, "div");
701
701
$r3$.ɵi18nStart(5, $MSG_APP_SPEC_TS_3$);
702
702
$r3$.ɵpipe(6, "uppercase");
703
703
$r3$.ɵelementStart(7, "span");
704
- $r3$.ɵi18nAttribute (8, $_c5$);
704
+ $r3$.ɵi18nAttributes (8, $_c5$);
705
705
$r3$.ɵelementEnd();
706
706
$r3$.ɵi18nEnd();
707
707
$r3$.ɵelementEnd();
0 commit comments