| 16 | */ |
| 17 | @Injectable() |
| 18 | export class SizeValidator extends Validator { |
| 19 | static SAMPLE_SIZE = new InjectionToken('SizeValidator.sampleSize'); |
| 20 | static PROVIDERS = [ |
| 21 | {provide: SizeValidator, deps: [SizeValidator.SAMPLE_SIZE]}, |
nothing calls this directly
no outgoing calls
no test coverage detected