Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
labelPosition
Method · 0.95
disabled
Method · 0.95
required
Method · 0.95
disabledInteractive
Method · 0.95
Calls
1
_markForCheck
Method · 0.45
Tested by
no test coverage detected