MCPcopy Index your code
hub / github.com/angular/angular / configureCompiler

Method configureCompiler

packages/core/testing/src/test_bed.ts:316–318  ·  view source on GitHub ↗
(config: {providers?: any[]; useJit?: boolean})

Source from the content-addressed store, hash-verified

314 }
315
316 static configureCompiler(config: {providers?: any[]; useJit?: boolean}): TestBed {
317 return TestBedImpl.INSTANCE.configureCompiler(config);
318 }
319
320 /**
321 * Allows overriding default providers, directives, pipes, modules of the test injector,

Callers

nothing calls this directly

Calls 2

setCompilerProvidersMethod · 0.80
configureCompilerMethod · 0.65

Tested by

no test coverage detected