Skip to content

Commit 3293a6d

Browse files
andrewseguinjelbourn
authored andcommitted
compat(chip): add mat-compatible chip input event (#7184)
1 parent 0e4806b commit 3293a6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/chips/chip-input.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ export class MdChipInput {
6868
@Output('mdChipInputTokenEnd')
6969
chipEnd = new EventEmitter<MdChipInputEvent>();
7070

71+
@Output('matChipInputTokenEnd') _matChipInputTokenEnd = this.chipEnd;
72+
7173
@Input('matChipInputFor')
7274
set matChipList(value: MdChipList) { this.chipList = value; }
7375

0 commit comments

Comments
 (0)