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 33 < button mat-raised-button (click) ="formControl.enable() "> Enable form control</ button >
44</ div >
55< p >
6- < i > Enter video keywords</ i >
6+ < em > Enter video keywords</ em >
77</ p >
88< mat-form-field class ="example-form-field ">
99 < mat-label > Video keywords</ mat-label >
Original file line number Diff line number Diff line change 99 < button mat-raised-button (click) ="openDialog() "> Pick one</ button >
1010 </ li >
1111 < li *ngIf ="animal ">
12- You chose: < i > {{animal}}</ i >
12+ You chose: < em > {{animal}}</ em >
1313 </ li >
1414</ ol >
Original file line number Diff line number Diff line change 2828 < mat-option > -- None --</ mat-option >
2929 < mat-option value ="option "> Option</ mat-option >
3030 </ 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 >
3232 </ mat-form-field >
3333 </ div >
3434 </ form >
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ <h4>Textarea</h4>
318318 I < mat-icon > favorite</ mat-icon > < b > bold</ b > label
319319 </ mat-label >
320320 < 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
322322 </ mat-hint >
323323 </ mat-form-field >
324324 </ p >
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ <h4>Textarea</h4>
278278 I < mat-icon > favorite</ mat-icon > < b > bold</ b > label
279279 </ mat-label >
280280 < 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
282282 </ mat-hint >
283283 </ mat-form-field >
284284 </ p >
Original file line number Diff line number Diff line change @@ -187,15 +187,15 @@ <h2>Line alignment</h2>
187187 < mat-list >
188188 < mat-list-item *ngFor ="let link of links ">
189189 < span mat-line > {{ link.name }}</ span >
190- < span > Not in an < i > matLine</ i > </ span >
190+ < span > Not in an < em > matLine</ em > </ span >
191191 </ mat-list-item >
192192 </ mat-list >
193193
194194 < mat-selection-list >
195195 < mat-list-option value ="first "> First</ mat-list-option >
196196 < mat-list-option value ="second ">
197197 < span matLine > Second</ span >
198- < span > Not in an < i > matLine</ i > </ span >
198+ < span > Not in an < em > matLine</ em > </ span >
199199 </ mat-list-option >
200200 </ mat-selection-list >
201201 </ div >
You can’t perform that action at this time.
0 commit comments