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

Class

packages/benchpress/src/validator/size_validator.ts:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 */
17@Injectable()
18export class SizeValidator extends Validator {
19 static SAMPLE_SIZE = new InjectionToken('SizeValidator.sampleSize');
20 static PROVIDERS = [
21 {provide: SizeValidator, deps: [SizeValidator.SAMPLE_SIZE]},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected