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

Class DoubleTransferStateModule

packages/platform-server/test/integration_spec.ts:465–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463class MyTransferStateModule {}
464
465@NgModule({
466 declarations: [MyTransferStateApp],
467 imports: [BrowserModule, ServerModule],
468 providers: [provideServerRendering()],
469 bootstrap: [MyTransferStateApp],
470})
471class DoubleTransferStateModule {}
472
473@NgModule({
474 bootstrap: [MyServerApp],

Callers

nothing calls this directly

Calls 2

NgModuleInterface · 0.90
provideServerRenderingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…