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 e81a755 commit 35d12deCopy full SHA for 35d12de
tools/public_api_guard/material/core.md
@@ -403,6 +403,7 @@ export class MatRippleLoader implements OnDestroy {
403
configureRipple(host: HTMLElement, config: {
404
className?: string;
405
centered?: boolean;
406
+ disabled?: boolean;
407
}): void;
408
createRipple(host: HTMLElement): MatRipple | undefined;
409
getRipple(host: HTMLElement): MatRipple | undefined;
0 commit comments