MCPcopy
hub / github.com/angular/components / getMatInputUnsupportedTypeError

Function getMatInputUnsupportedTypeError

src/material/input/input-errors.ts:10–12  ·  view source on GitHub ↗
(type: string)

Source from the content-addressed store, hash-verified

8
9/** @docs-private */
10export function getMatInputUnsupportedTypeError(type: string): Error {
11 return Error(`Input type "${type}" isn't supported by matInput.`);
12}

Callers 1

_validateTypeMethod · 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…