()
| 15 | * @docs-private |
| 16 | */ |
| 17 | export function getMatSelectDynamicMultipleError(): Error { |
| 18 | return Error('Cannot change `multiple` mode of select after initialization.'); |
| 19 | } |
| 20 | |
| 21 | /** |
| 22 | * Returns an exception to be thrown when attempting to assign a non-array value to a select |
no outgoing calls
no test coverage detected
searching dependent graphs…