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

Function splitByComma

packages/core/src/render3/jit/directive.ts:498–500  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

496}
497
498function splitByComma(value: string): string[] {
499 return value.split(',').map((piece) => piece.trim());
500}
501
502const LIFECYCLE_HOOKS = [
503 'ngOnChanges',

Callers 2

extractExportAsFunction · 0.85

Calls 1

mapMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…