We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eac9cd commit 9742aa5Copy full SHA for 9742aa5
src/material/chips/chip-text-control.ts
@@ -6,7 +6,7 @@
6
* found in the LICENSE file at https://angular.dev/license
7
*/
8
9
-/** Interface for a text control that is used to drive interaction with a mat-chip-list. */
+/** Interface for a text control that is used to drive interaction with a mat-chip-grid. */
10
export interface MatChipTextControl {
11
/** Unique identifier for the text control. */
12
id: string;
0 commit comments