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.
1 parent 9a5c13e commit 4b9348bCopy full SHA for 4b9348b
src/material/list/list.ts
@@ -80,7 +80,7 @@ export class MatListItem extends MatListItemBase {
80
81
/** Indicates whether an item in a `<mat-nav-list>` is the currently active page. */
82
@Input()
83
- get activated() {
+ get activated(): boolean {
84
return this._activated;
85
}
86
set activated(activated) {
0 commit comments