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

Method readonly

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

Source from the content-addressed store, hash-verified

267 /** Whether the element is readonly. */
268 @Input()
269 get readonly(): boolean {
270 return this._readonly;
271 }
272 set readonly(value: BooleanInput) {
273 this._readonly = coerceBooleanProperty(value);
274 }

Callers 1

ListboxPatternClass · 0.80

Calls 1

coerceBooleanPropertyFunction · 0.90

Tested by

no test coverage detected