Skip to content

Commit 67a4962

Browse files
Rename chip-grid.ts -> chip-set.ts
1 parent 8d2d10e commit 67a4962

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

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

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

1515
@NgModule({
1616
imports: [MatCommonModule, CommonModule],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
*/
88

99
export * from './chip';
10-
export * from './chip-grid';
10+
export * from './chip-set';
1111
export * from './module';

0 commit comments

Comments
 (0)