MCPcopy Index your code
hub / github.com/angular/components / showLabel

Method showLabel

src/dev-app/example/example.ts:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66
67 @Input()
68 get showLabel(): boolean {
69 return this._showLabel;
70 }
71 set showLabel(v: BooleanInput) {
72 this._showLabel = coerceBooleanProperty(v);
73 }

Callers

nothing calls this directly

Calls 1

coerceBooleanPropertyFunction · 0.90

Tested by

no test coverage detected