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

Method _updateRadioButtonNames

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

Source from the content-addressed store, hash-verified

298 }
299
300 private _updateRadioButtonNames(): void {
301 if (this._radios) {
302 this._radios.forEach(radio => {
303 radio.name = this.name;
304 radio._markForCheck();
305 });
306 }
307 }
308
309 /** Updates the `selected` radio button from the internal _value state. */
310 private _updateSelectedRadioFromValue(): void {

Callers 1

nameMethod · 0.95

Calls 1

_markForCheckMethod · 0.45

Tested by

no test coverage detected