MCPcopy
hub / github.com/angular/angular / getSelectedIndex

Function getSelectedIndex

packages/core/src/render3/state.ts:753–755  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

751 * current `LView` to act on.
752 */
753export function getSelectedIndex() {
754 return instructionState.lFrame.selectedIndex;
755}
756
757/**
758 * Sets the most recent index passed to {@link select}

Callers 15

ɵɵvalidateAttributeFunction · 0.90
applyUpdateOpCodesFunction · 0.90
ɵɵrepeaterFunction · 0.90
executeTemplateFunction · 0.90
checkStylingPropertyFunction · 0.90
checkStylingMapFunction · 0.90
stylingFirstUpdatePassFunction · 0.90
updateStylingFunction · 0.90
ɵɵstoreLetFunction · 0.90
ɵɵadvanceFunction · 0.90
ɵɵtextInterpolate1Function · 0.90
ɵɵtextInterpolate2Function · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…