File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
components-examples/material
form-field/form-field-label Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
< button mat-raised-button (click) ="formControl.enable() "> Enable form control</ button >
4
4
</ div >
5
5
< p >
6
- < i > Enter video keywords</ i >
6
+ < em > Enter video keywords</ em >
7
7
</ p >
8
8
< mat-form-field class ="example-form-field ">
9
9
< mat-label > Video keywords</ mat-label >
Original file line number Diff line number Diff line change 9
9
< button mat-raised-button (click) ="openDialog() "> Pick one</ button >
10
10
</ li >
11
11
< li *ngIf ="animal ">
12
- You chose: < i > {{animal}}</ i >
12
+ You chose: < em > {{animal}}</ em >
13
13
</ li >
14
14
</ ol >
Original file line number Diff line number Diff line change 28
28
< mat-option > -- None --</ mat-option >
29
29
< mat-option value ="option "> Option</ mat-option >
30
30
</ mat-select >
31
- < mat-label > < mat-icon > favorite</ mat-icon > < b > Fancy</ b > < i > label</ i > </ mat-label >
31
+ < mat-label > < mat-icon > favorite</ mat-icon > < b > Fancy</ b > < em > label</ em > </ mat-label >
32
32
</ mat-form-field >
33
33
</ div >
34
34
</ form >
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ <h4>Textarea</h4>
318
318
I < mat-icon > favorite</ mat-icon > < b > bold</ b > label
319
319
</ mat-label >
320
320
< mat-hint >
321
- I also < mat-icon > home</ mat-icon > < i > italic</ i > hint labels
321
+ I also < mat-icon > home</ mat-icon > < em > italic</ em > hint labels
322
322
</ mat-hint >
323
323
</ mat-form-field >
324
324
</ p >
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ <h4>Textarea</h4>
278
278
I < mat-icon > favorite</ mat-icon > < b > bold</ b > label
279
279
</ mat-label >
280
280
< mat-hint >
281
- I also < mat-icon > home</ mat-icon > < i > italic</ i > hint labels
281
+ I also < mat-icon > home</ mat-icon > < em > italic</ em > hint labels
282
282
</ mat-hint >
283
283
</ mat-form-field >
284
284
</ p >
Original file line number Diff line number Diff line change @@ -187,15 +187,15 @@ <h2>Line alignment</h2>
187
187
< mat-list >
188
188
< mat-list-item *ngFor ="let link of links ">
189
189
< span mat-line > {{ link.name }}</ span >
190
- < span > Not in an < i > matLine</ i > </ span >
190
+ < span > Not in an < em > matLine</ em > </ span >
191
191
</ mat-list-item >
192
192
</ mat-list >
193
193
194
194
< mat-selection-list >
195
195
< mat-list-option value ="first "> First</ mat-list-option >
196
196
< mat-list-option value ="second ">
197
197
< span matLine > Second</ span >
198
- < span > Not in an < i > matLine</ i > </ span >
198
+ < span > Not in an < em > matLine</ em > </ span >
199
199
</ mat-list-option >
200
200
</ mat-selection-list >
201
201
</ div >
You can’t perform that action at this time.
0 commit comments