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

Method hideRequiredMarker

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

coerceBooleanPropertyFunction · 0.90

Tested by

no test coverage detected