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>
275275 < mat-form-field >
276276 < input matInput >
277277 < mat-label >
278- I < mat-icon > favorite</ mat-icon > < b > bold</ b > label
278+ I < mat-icon > favorite</ mat-icon > < strong > bold</ strong > label
279279 </ mat-label >
280280 < mat-hint >
281281 I also < mat-icon > home</ mat-icon > < em > italic</ em > hint labels
Original file line number Diff line number Diff line change 3737 < td mat-cell *matCellDef ="let item "> {{ item.index }}</ td >
3838 < td mat-footer-cell *matFooterCellDef >
3939 < ng-container *ngIf ="allSamples.length ">
40- < b > Average render time</ b >
40+ < strong > Average render time</ strong >
4141 </ ng-container >
4242 < ng-container *ngIf ="!allSamples.length "> No data yet </ ng-container >
4343 </ td >
4747 < th mat-header-cell *matHeaderCellDef > Time</ th >
4848 < td mat-cell *matCellDef ="let item "> {{ item.time }}</ td >
4949 < td mat-footer-cell *matFooterCellDef >
50- < b > {{ computedResults }}</ b >
50+ < strong > {{ computedResults }}</ strong >
5151 </ td >
5252 </ ng-container >
5353
You can’t perform that action at this time.
0 commit comments