MCPcopy
hub / github.com/angular/angular / DummyConsole

Class DummyConsole

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

Source from the content-addressed store, hash-verified

153}
154
155class DummyConsole implements Console {
156 public warnings: string[] = [];
157
158 log(message: string) {}
159
160 warn(message: string) {
161 this.warnings.push(message);
162 }
163}
164
165function bootstrap(
166 cmpType: any,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…