Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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 */
10
export
function
getMatInputUnsupportedTypeError(
type
: string): Error {
11
return
Error(`Input
type
"${type}"
isn't supported by matInput.`);
12
}
Callers
1
_validateType
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected