MCPcopy
hub / github.com/angular/angular / SomeModule

Class SomeModule

packages/platform-browser/test/testing_public_spec.ts:453–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451 class SomeOtherComponent {}
452
453 @NgModule({declarations: [SomeComponent, SomeDirective, SomePipe]})
454 class SomeModule {}
455
456 beforeEach(() => TestBed.configureTestingModule({imports: [SomeModule]}));
457

Callers

nothing calls this directly

Calls 1

NgModuleInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…