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

Method chipDestroyedChanges

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

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

()

Source from the content-addressed store, hash-verified

71
72 /** Combined stream of all of the child chips' destroy events. */
73 get chipDestroyedChanges(): Observable<MatChipEvent> {
74 return this._getChipStream(chip => chip.destroyed);
75 }
76
77 /** Combined stream of all of the child chips' remove events. */
78 get chipRemovedChanges(): Observable<MatChipEvent> {

Callers

nothing calls this directly

Calls 1

_getChipStreamMethod · 0.95

Tested by

no test coverage detected