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

Method configureCompiler

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

Source from the content-addressed store, hash-verified

116 resetTestingModule(): TestBed;
117
118 configureCompiler(config: {providers?: any[]; useJit?: boolean}): void;
119
120 configureTestingModule(moduleDef: TestModuleMetadata): TestBed;
121

Implementers 1

TestBedImplpackages/core/testing/src/test_bed.ts

Calls

no outgoing calls

Tested by

no test coverage detected