MCPcopy Index your code
hub / github.com/angular/components / _getChangeEvent

Method _getChangeEvent

src/material/select/select.ts:287–289  ·  view source on GitHub ↗

Creates a change event object that should be emitted by the select.

(value: any)

Source from the content-addressed store, hash-verified

285
286 /** Creates a change event object that should be emitted by the select. */
287 private _getChangeEvent(value: any) {
288 return new MatSelectChange(this, value);
289 }
290
291 /** Factory function used to create a scroll strategy for this select. */
292 private _scrollStrategyFactory = inject(MAT_SELECT_SCROLL_STRATEGY);

Callers 1

_propagateChangesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected