Skip to content

Commit 4b9348b

Browse files
ChinoUkaegbucrisbeto
authored andcommitted
docs: show MatListItem activated type (#29845)
(cherry picked from commit c73ab02)
1 parent 9a5c13e commit 4b9348b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/list/list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export class MatListItem extends MatListItemBase {
8080

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

0 commit comments

Comments
 (0)