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

Class

packages/benchpress/src/common_options.ts:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import * as fs from 'fs';
11
12export class Options {
13 static SAMPLE_ID = new InjectionToken('Options.sampleId');
14 static DEFAULT_DESCRIPTION = new InjectionToken('Options.defaultDescription');
15 static SAMPLE_DESCRIPTION = new InjectionToken('Options.sampleDescription');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected