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

Interface Input

packages/compiler/src/core.ts:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36export interface Input {
37 alias?: string;
38 required?: boolean;
39 transform?: (value: any) => any;
40 // Note: This field is marked as `internal` in `@angular/core`, but in the compiler
41 // we rely on it for JIT processing at runtime.
42 isSignal: boolean;
43}
44
45/** Flags describing an input for a directive. */
46export enum InputFlags {

Callers 15

SomeDirectiveClass · 0.90
TestDirClass · 0.90
MyDirClass · 0.90
MyChildComponentClass · 0.90
MyInputComponentClass · 0.90
MyHiddenComponentClass · 0.90
NestedCmpClass · 0.90
InsertionComponentClass · 0.90
SimpleComponentClass · 0.90
RegularComponentClass · 0.90
NestedComponentClass · 0.90
ProjectorCmpClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…