We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
md
mat
1 parent b4b1745 commit 997cae5Copy full SHA for 997cae5
src/lib/divider/divider.md
@@ -45,11 +45,11 @@ in a list, because it will overlap with the section divider.
45
<mat-divider [inset]="true" *ngIf="!last"></mat-divider>
46
</mat-list-item>
47
<mat-divider></mat-divider>
48
- <h3 md-subheader>Notes</h3>
+ <h3 mat-subheader>Notes</h3>
49
<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>
+ <mat-icon mat-list-icon>note</mat-icon>
+ <h4 mat-line>{{note.name}}</h4>
+ <p mat-line class="demo-2"> {{note.updated}} </p>
53
54
</mat-list>
55
```
0 commit comments