MCPcopy
hub / github.com/angular/angular / SubModule

Class SubModule

packages/core/test/acceptance/local_compilation_spec.ts:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 class SubComponent {}
26
27 class SubModule {
28 static ɵmod = ɵɵdefineNgModule({type: SubModule});
29 }
30 ɵɵsetNgModuleScope(SubModule, {exports: [SubComponent]});
31
32 @Component({

Callers

nothing calls this directly

Calls 1

ɵɵdefineNgModuleFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…