MCPcopy Index your code
hub / github.com/angular/angular / splitSortJoin

Function splitSortJoin

packages/core/test/acceptance/styling_spec.ts:3633–3635  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

3631 expect(splitSortJoin(div.className)).toEqual('4 5 6 7 abc');
3632
3633 function splitSortJoin(s: string) {
3634 return s.split(/\s+/).sort().join(' ').trim();
3635 }
3636 });
3637
3638 describe('ExpressionChangedAfterItHasBeenCheckedError', () => {

Callers 1

styling_spec.tsFile · 0.85

Calls 1

joinMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…