MCPcopy
hub / github.com/angular/angular / CustomModule

Class CustomModule

packages/platform-browser/test/browser/bootstrap_spec.ts:602–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600 class RootCmp {}
601
602 @NgModule({declarations: [CustomCmp], exports: [CustomCmp]})
603 class CustomModule {}
604
605 await expectAsync(
606 bootstrap(RootCmp, [{provide: ErrorHandler, useValue: errorHandler}], [], [CustomModule]),

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…