MCPcopy Create free account
hub / github.com/angular/angular / move

Method move

packages/core/test/linker/integration_spec.ts:2264–2266  ·  view source on GitHub ↗
(viewRef: ViewRef, currentIndex: number)

Source from the content-addressed store, hash-verified

2262 }
2263
2264 move(viewRef: ViewRef, currentIndex: number): ViewRef {
2265 return this.vc.move(viewRef, currentIndex);
2266 }
2267}
2268
2269@Directive({

Callers 4

ngAfterViewInitMethod · 0.45
_applyChangesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected