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

Method chipSelectionChanges

src/material/chips/chip-listbox.ts:165–167  ·  view source on GitHub ↗

Combined stream of all of the child chips' selection change events.

()

Source from the content-addressed store, hash-verified

163
164 /** Combined stream of all of the child chips' selection change events. */
165 get chipSelectionChanges(): Observable<MatChipSelectionChange> {
166 return this._getChipStream<MatChipSelectionChange, MatChipOption>(chip => chip.selectionChange);
167 }
168
169 /** Combined stream of all of the child chips' blur events. */
170 get chipBlurChanges(): Observable<MatChipEvent> {

Callers

nothing calls this directly

Calls 1

_getChipStreamMethod · 0.80

Tested by

no test coverage detected