Skip to content

Commit c73ab02

Browse files
authored
docs: show MatListItem activated type (angular#29845)
1 parent 7d54e2b commit c73ab02

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
@@ -74,7 +74,7 @@ export class MatListItem extends MatListItemBase {
7474

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

0 commit comments

Comments
 (0)