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

Method labelPosition

src/material/radio/radio.ts:186–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184 /** Whether the labels should appear after or before the radio-buttons. Defaults to 'after' */
185 @Input()
186 get labelPosition(): 'before' | 'after' {
187 return this._labelPosition;
188 }
189 set labelPosition(v) {
190 this._labelPosition = v === 'before' ? 'before' : 'after';
191 this._markRadiosForCheck();

Callers

nothing calls this directly

Calls 1

_markRadiosForCheckMethod · 0.95

Tested by

no test coverage detected