MCPcopy
hub / github.com/angular/angular / MainModule

Class MainModule

packages/core/test/render3/deps_tracker_spec.ts:31–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 describe('getNgModuleScope method', () => {
30 it('should include empty scope for a module without any import/declarations/exports', () => {
31 @NgModule({})
32 class MainModule {}
33
34 const ans = depsTracker.getNgModuleScope(MainModule as NgModuleType);
35

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…