MCPcopy
hub / github.com/angular/components / _hasQueuedChanges

Method _hasQueuedChanges

src/cdk/collections/selection-model.ts:257–259  ·  view source on GitHub ↗

Whether there are queued up change to be emitted.

()

Source from the content-addressed store, hash-verified

255
256 /** Whether there are queued up change to be emitted. */
257 private _hasQueuedChanges() {
258 return !!(this._deselectedToEmit.length || this._selectedToEmit.length);
259 }
260
261 /** Returns a value that is comparable to inputValue by applying compareWith function, returns the same inputValue otherwise. */
262 private _getConcreteValue(inputValue: T, selection?: Set<T>): T {

Callers 4

clearMethod · 0.95
_selectMethod · 0.95
_deselectMethod · 0.95
_setSelectionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected