Skip to content

Commit 8d2d10e

Browse files
Rename chip-cell.ts -> chip.ts
1 parent 77f120b commit 8d2d10e

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/material-experimental/mdc-chips/chip-grid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import {
3030
} from '@angular/material/core';
3131
import {MatFormFieldControl} from '@angular/material/form-field';
3232
import {MDCChipSetAdapter, MDCChipSetFoundation} from '@material/chips';
33-
import {MatChip, MatChipEvent, MatChipSelectionChange} from './chip-cell';
33+
import {MatChip, MatChipEvent, MatChipSelectionChange} from './chip';
3434
import {Subject} from 'rxjs';
3535
import {takeUntil} from 'rxjs/operators';
3636

src/material-experimental/mdc-chips/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import {CommonModule} from '@angular/common';
1010
import {NgModule} from '@angular/core';
1111
import {MatCommonModule} from '@angular/material/core';
12-
import {MatChip, MatChipCell, MatChipAvatar, MatChipTrailingIcon} from './chip-cell';
12+
import {MatChip, MatChipCell, MatChipAvatar, MatChipTrailingIcon} from './chip';
1313
import {MatChipSet, MatChipGrid} from './chip-grid';
1414

1515
@NgModule({

src/material-experimental/mdc-chips/public-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
* found in the LICENSE file at https://angular.io/license
77
*/
88

9-
export * from './chip-cell';
9+
export * from './chip';
1010
export * from './chip-grid';
1111
export * from './module';

0 commit comments

Comments
 (0)