Skip to content

Commit d28bc79

Browse files
committed
fix lint
1 parent 086c334 commit d28bc79

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/material-experimental/mdc-button/button-base.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
import {Platform} from '@angular/cdk/platform';
10-
import {ElementRef, NgZone, OnChanges, SimpleChanges} from '@angular/core';
10+
import {ElementRef, NgZone} from '@angular/core';
1111
import {
1212
CanColor,
1313
CanColorCtor,
@@ -17,9 +17,8 @@ import {
1717
CanDisableRippleCtor,
1818
mixinColor,
1919
mixinDisabled,
20-
mixinDisableRipple, RippleAnimationConfig,
21-
RippleRenderer,
22-
RippleTarget
20+
mixinDisableRipple,
21+
RippleAnimationConfig
2322
} from '@angular/material/core';
2423

2524
/** Inputs common to all buttons. */

0 commit comments

Comments
 (0)