Emits the selection change event.
(isUserInput = false)
| 286 | |
| 287 | /** Emits the selection change event. */ |
| 288 | private _emitSelectionChangeEvent(isUserInput = false): void { |
| 289 | this.onSelectionChange.emit(new MatOptionSelectionChange<T>(this, isUserInput)); |
| 290 | } |
| 291 | } |
| 292 | |
| 293 | /** |
no outgoing calls
no test coverage detected