Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ shuffleArray
Method
shuffleArray
packages/core/test/acceptance/animation_spec.ts:2220–2222 ·
view source on GitHub ↗
(array: readonly T[])
Source
from the content-addressed store, hash-verified
2218
}
2219
2220
shuffleArray<T>(array: readonly T[]): T[] {
2221
return
[array[1], array[2], array[0]];
2222
}
2223
}
2224
TestBed.configureTestingModule({animationsEnabled: true});
2225
Callers
1
shuffle
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected