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 e3f2df8 commit cfaa17fCopy full SHA for cfaa17f
src/material/chips/chip-row.ts
@@ -23,8 +23,7 @@ import {takeUntil} from 'rxjs/operators';
23
import {MatChip, MatChipEvent} from './chip';
24
import {MatChipAction} from './chip-action';
25
import {MatChipEditInput} from './chip-edit-input';
26
-import {MatChipEdit} from './chip-icons';
27
-import {MAT_CHIP, MAT_CHIP_EDIT} from './tokens';
+import {MAT_CHIP} from './tokens';
28
29
/** Represents an event fired on an individual `mat-chip` when it is edited. */
30
export interface MatChipEditedEvent extends MatChipEvent {
0 commit comments