File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ <h4>Textarea</h4>
275
275
< mat-form-field >
276
276
< input matInput >
277
277
< mat-label >
278
- I < mat-icon > favorite</ mat-icon > < b > bold</ b > label
278
+ I < mat-icon > favorite</ mat-icon > < strong > bold</ strong > label
279
279
</ mat-label >
280
280
< mat-hint >
281
281
I also < mat-icon > home</ mat-icon > < em > italic</ em > hint labels
Original file line number Diff line number Diff line change 37
37
< td mat-cell *matCellDef ="let item "> {{ item.index }}</ td >
38
38
< td mat-footer-cell *matFooterCellDef >
39
39
< ng-container *ngIf ="allSamples.length ">
40
- < b > Average render time</ b >
40
+ < strong > Average render time</ strong >
41
41
</ ng-container >
42
42
< ng-container *ngIf ="!allSamples.length "> No data yet </ ng-container >
43
43
</ td >
47
47
< th mat-header-cell *matHeaderCellDef > Time</ th >
48
48
< td mat-cell *matCellDef ="let item "> {{ item.time }}</ td >
49
49
< td mat-footer-cell *matFooterCellDef >
50
- < b > {{ computedResults }}</ b >
50
+ < strong > {{ computedResults }}</ strong >
51
51
</ td >
52
52
</ ng-container >
53
53
You can’t perform that action at this time.
0 commit comments