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

Method shuffleArray

packages/core/test/acceptance/animation_spec.ts:2158–2160  ·  view source on GitHub ↗
(array: readonly T[])

Source from the content-addressed store, hash-verified

2156 }
2157
2158 shuffleArray<T>(array: readonly T[]): T[] {
2159 return [array[1], array[2], array[0]];
2160 }
2161 }
2162 TestBed.configureTestingModule({animationsEnabled: true});
2163

Callers 1

shuffleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected