MCPcopy Create free account
hub / github.com/angular/components / type

Method type

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

_validateTypeMethod · 0.95
getSupportedInputTypesFunction · 0.90

Tested by

no test coverage detected