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

Method type

src/material/input/input.ts:213–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211 /** Input type of the element. */
212 @Input()
213 get type(): string {
214 return this._type;
215 }
216 set type(value: string) {
217 this._type = value || 'text';
218 this._validateType();

Callers

nothing calls this directly

Calls 2

_validateTypeMethod · 0.95
getSupportedInputTypesFunction · 0.90

Tested by

no test coverage detected