Skip to content

Commit 0297e98

Browse files
alkavats1crisbeto
authored andcommitted
docs: updated the deprecated tags in the html (#27236)
(cherry picked from commit bc7b038)
1 parent 461c57e commit 0297e98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/dev-app/legacy-input/legacy-input-demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/dev-app/performance/performance-demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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>
@@ -47,7 +47,7 @@
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

0 commit comments

Comments
 (0)