MCPcopy Create free account
hub / github.com/angular/angular / withDebugConsole

Function withDebugConsole

packages/platform-server/test/hydration_utils.ts:234–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232}
233
234export function withDebugConsole() {
235 return [{provide: Console, useClass: DebugConsole}];
236}
237
238/**
239 * This renders the application with server side rendering logic.

Calls

no outgoing calls

Tested by

no test coverage detected