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

Function isInputAnnotation

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected