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

Class

packages/benchpress/src/reporter/console_reporter.ts:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 */
20@Injectable()
21export class ConsoleReporter extends Reporter {
22 static PRINT = new InjectionToken('ConsoleReporter.print');
23 static PROVIDERS = [
24 {provide: ConsoleReporter, deps: [COLUMN_WIDTH, SampleDescription, ConsoleReporter.PRINT]},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected