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

Method chipFocusChanges

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

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

()

Source from the content-addressed store, hash-verified

66
67 /** Combined stream of all of the child chips' focus events. */
68 get chipFocusChanges(): Observable<MatChipEvent> {
69 return this._getChipStream(chip => chip._onFocus);
70 }
71
72 /** Combined stream of all of the child chips' destroy events. */
73 get chipDestroyedChanges(): Observable<MatChipEvent> {

Callers

nothing calls this directly

Calls 1

_getChipStreamMethod · 0.95

Tested by

no test coverage detected