Skip to content

Commit 7a5656c

Browse files
jtwotimesjosephperrott
authored andcommitted
docs(divider): replace md class names with mat (angular#10436)
1 parent 484bb5b commit 7a5656c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib/divider/divider.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ in a list, because it will overlap with the section divider.
4545
<mat-divider [inset]="true" *ngIf="!last"></mat-divider>
4646
</mat-list-item>
4747
<mat-divider></mat-divider>
48-
<h3 md-subheader>Notes</h3>
48+
<h3 mat-subheader>Notes</h3>
4949
<mat-list-item *ngFor="let note of notes">
50-
<mat-icon md-list-icon>note</mat-icon>
51-
<h4 md-line>{{note.name}}</h4>
52-
<p md-line class="demo-2"> {{note.updated}} </p>
50+
<mat-icon mat-list-icon>note</mat-icon>
51+
<h4 mat-line>{{note.name}}</h4>
52+
<p mat-line class="demo-2"> {{note.updated}} </p>
5353
</mat-list-item>
5454
</mat-list>
5555
```

0 commit comments

Comments
 (0)