Skip to content

Commit 35d12de

Browse files
committed
fixup! refactor(material/chips): change mat-chips to use MDC's token API
1 parent e81a755 commit 35d12de

File tree

1 file changed

+1
-0
lines changed
  • tools/public_api_guard/material

1 file changed

+1
-0
lines changed

tools/public_api_guard/material/core.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ export class MatRippleLoader implements OnDestroy {
403403
configureRipple(host: HTMLElement, config: {
404404
className?: string;
405405
centered?: boolean;
406+
disabled?: boolean;
406407
}): void;
407408
createRipple(host: HTMLElement): MatRipple | undefined;
408409
getRipple(host: HTMLElement): MatRipple | undefined;

0 commit comments

Comments
 (0)