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

Function isInputAnnotation

packages/core/src/render3/jit/directive.ts:494–496  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

492}
493
494function isInputAnnotation(value: any): value is Input {
495 return value.ngMetadataName === 'Input';
496}
497
498function splitByComma(value: string): string[] {
499 return value.split(',').map((piece) => piece.trim());

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…