MCPcopy Create free account
hub / github.com/angular/components / chipRemovedChanges

Method chipRemovedChanges

src/material/chips/chip-set.ts:78–80  ·  view source on GitHub ↗

Combined stream of all of the child chips' remove events.

()

Source from the content-addressed store, hash-verified

76
77 /** Combined stream of all of the child chips' remove events. */
78 get chipRemovedChanges(): Observable<MatChipEvent> {
79 return this._getChipStream(chip => chip.removed);
80 }
81
82 /** Whether the chip set is disabled. */
83 @Input({transform: booleanAttribute})

Callers

nothing calls this directly

Calls 1

_getChipStreamMethod · 0.95

Tested by

no test coverage detected