MCPcopy
hub / github.com/angular/angular / Module

Class Module

packages/core/test/forward_ref_integration_spec.ts:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43});
44
45@NgModule({
46 imports: [CommonModule],
47 providers: [forwardRef(() => ModuleFrame)],
48 declarations: [forwardRef(() => Door), forwardRef(() => Lock)],
49 exports: [forwardRef(() => Door), forwardRef(() => Lock)],
50})
51class Module {}
52
53@Component({
54 selector: 'app',

Callers

nothing calls this directly

Calls 2

NgModuleInterface · 0.90
forwardRefFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…