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

Function getMatSelectNonArrayValueError

src/material/select/select-errors.ts:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 * @docs-private
26 */
27export 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

Callers 2

select.spec.tsFile · 0.90
_setSelectionByValueMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…