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

Function splitByComma

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

Source from the content-addressed store, hash-verified

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

Callers 2

extractExportAsFunction · 0.85

Calls 1

mapMethod · 0.80

Tested by

no test coverage detected