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

Method hideRequiredMarker

src/material/form-field/form-field.ts:233–235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

231 /** Whether the required marker should be hidden. */
232 @Input()
233 get hideRequiredMarker(): boolean {
234 return this._hideRequiredMarker;
235 }
236 set hideRequiredMarker(value: BooleanInput) {
237 this._hideRequiredMarker = coerceBooleanProperty(value);
238 }

Callers

nothing calls this directly

Calls 1

coerceBooleanPropertyFunction · 0.90

Tested by

no test coverage detected