MCPcopy Index your code
hub / github.com/angular/angular / TestModuleA

Class TestModuleA

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

Source from the content-addressed store, hash-verified

877
878 it('should be triggered for all bootstrapped components in case change happens in one of them', (done) => {
879 @NgModule({
880 imports: [BrowserModule],
881 declarations: [CompA, CompB],
882 bootstrap: [CompA, CompB],
883 schemas: [CUSTOM_ELEMENTS_SCHEMA],
884 providers: [provideZoneChangeDetection()],
885 })
886 class TestModuleA {}
887 platformBrowser()
888 .bootstrapModule(TestModuleA)
889 .then((ref) => {

Callers

nothing calls this directly

Calls 2

NgModuleInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…