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 2bca47b commit 9461127Copy full SHA for 9461127
src/lib/chips/chip-list.ts
@@ -29,13 +29,6 @@ import {coerceBooleanProperty} from '@angular/cdk/coercion';
29
30
/**
31
* A material design chips component (named ChipList for it's similarity to the List component).
32
- *
33
- * Example:
34
35
- * <md-chip-list>
36
- * <md-chip>Chip 1<md-chip>
37
- * <md-chip>Chip 2<md-chip>
38
- * </md-chip-list>
39
*/
40
@Component({
41
moduleId: module.id,
0 commit comments