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

Method _markRadiosForCheck

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

Source from the content-addressed store, hash-verified

330 }
331
332 _markRadiosForCheck() {
333 if (this._radios) {
334 this._radios.forEach(radio => radio._markForCheck());
335 }
336 }
337
338 /**
339 * Sets the model value. Implemented as part of ControlValueAccessor.

Callers 4

labelPositionMethod · 0.95
disabledMethod · 0.95
requiredMethod · 0.95
disabledInteractiveMethod · 0.95

Calls 1

_markForCheckMethod · 0.45

Tested by

no test coverage detected