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 0e4806b commit 3293a6dCopy full SHA for 3293a6d
src/lib/chips/chip-input.ts
@@ -68,6 +68,8 @@ export class MdChipInput {
68
@Output('mdChipInputTokenEnd')
69
chipEnd = new EventEmitter<MdChipInputEvent>();
70
71
+ @Output('matChipInputTokenEnd') _matChipInputTokenEnd = this.chipEnd;
72
+
73
@Input('matChipInputFor')
74
set matChipList(value: MdChipList) { this.chipList = value; }
75
0 commit comments