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

Function getMatSelectDynamicMultipleError

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

Source from the content-addressed store, hash-verified

15 * @docs-private
16 */
17export 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

Callers 2

select.spec.tsFile · 0.90
multipleMethod · 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…