()
| 25 | * @docs-private |
| 26 | */ |
| 27 | export function getMatSelectNonArrayValueError(): Error { |
| 28 | return Error('Value must be an array in multiple-selection mode.'); |
| 29 | } |
| 30 | |
| 31 | /** |
| 32 | * Returns an exception to be thrown when assigning a non-function value to the comparator |
no outgoing calls
no test coverage detected
searching dependent graphs…