Skip to content

Commit 2730fe0

Browse files
andrewseguinmmalerba
authored andcommitted
docs(chips): remove example from component jsdoc (#6888)
* docs(chips): close md-chip tag * remove example
1 parent 5daf7ff commit 2730fe0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/lib/chips/chip-list.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ import {coerceBooleanProperty} from '@angular/cdk/coercion';
2929

3030
/**
3131
* 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>
3932
*/
4033
@Component({
4134
moduleId: module.id,

0 commit comments

Comments
 (0)