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 1462d9a commit 1068c47Copy full SHA for 1068c47
src/material-experimental/mdc-list/action-list.ts
@@ -23,6 +23,4 @@ import {MatListBase} from './list-base';
23
{provide: MatListBase, useExisting: MatActionList},
24
]
25
})
26
-export class MatActionList extends MatListBase {
27
- _hasRipple = true;
28
-}
+export class MatActionList extends MatListBase {}
src/material-experimental/mdc-list/nav-list.ts
@@ -33,6 +33,4 @@ import {MatListBase} from './list-base';
33
{provide: MatList, useExisting: MatNavList},
34
35
36
-export class MatNavList extends MatListBase {
37
38
+export class MatNavList extends MatListBase {}
0 commit comments