Skip to content

Commit

Permalink
docs: show MatListItem activated type (#29845)
Browse files Browse the repository at this point in the history
(cherry picked from commit c73ab02)
  • Loading branch information
ChinoUkaegbu authored and crisbeto committed Oct 9, 2024
1 parent 9a5c13e commit 4b9348b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/list/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class MatListItem extends MatListItemBase {

/** Indicates whether an item in a `<mat-nav-list>` is the currently active page. */
@Input()
get activated() {
get activated(): boolean {
return this._activated;
}
set activated(activated) {
Expand Down

0 comments on commit 4b9348b

Please sign in to comment.