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 7d54e2b commit c73ab02Copy full SHA for c73ab02
src/material/list/list.ts
@@ -74,7 +74,7 @@ export class MatListItem extends MatListItemBase {
74
75
/** Indicates whether an item in a `<mat-nav-list>` is the currently active page. */
76
@Input()
77
- get activated() {
+ get activated(): boolean {
78
return this._activated;
79
}
80
set activated(activated) {
0 commit comments