MCPcopy
hub / github.com/angular/angular / constructor

Method constructor

packages/core/test/forward_ref_integration_spec.ts:71–73  ·  view source on GitHub ↗
(@Inject(forwardRef(() => Frame)) frame: Frame)

Source from the content-addressed store, hash-verified

69 frame: Frame;
70
71 constructor(@Inject(forwardRef(() => Frame)) frame: Frame) {
72 this.frame = frame;
73 }
74}
75
76@Directive({

Callers

nothing calls this directly

Calls 2

InjectInterface · 0.90
forwardRefFunction · 0.90

Tested by

no test coverage detected