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

Interface Attribute

packages/core/src/metadata/di.ts:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 * @publicApi
45 */
46export interface Attribute {
47 /**
48 * The name of the attribute to be injected into the constructor.
49 */
50 attributeName?: string;
51}
52
53/**
54 * Type of the Query metadata.

Callers 15

constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 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…