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

Method chipBlurChanges

src/material/chips/chip-grid.ts:218–220  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

216
217 /** Combined stream of all of the child chips' blur events. */
218 get chipBlurChanges(): Observable<MatChipEvent> {
219 return this._getChipStream(chip => chip._onBlur);
220 }
221
222 /** Emits when the chip grid value has been changed by the user. */
223 @Output() readonly change: EventEmitter<MatChipGridChange> =

Callers

nothing calls this directly

Calls 1

_getChipStreamMethod · 0.80

Tested by

no test coverage detected