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

Class SomeModule

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

Source from the content-addressed store, hash-verified

503 it('initializes modules inside the NgZone when using `provideZoneChangeDetection`', async () => {
504 let moduleInitialized = false;
505 @NgModule({})
506 class SomeModule {
507 constructor() {
508 expect(NgZone.isInAngularZone()).toBe(true);
509 moduleInitialized = true;
510 }
511 }
512 @Component({
513 template: '',
514 selector: 'hello-app',

Callers

nothing calls this directly

Calls 3

NgModuleInterface · 0.90
fnMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…