ngx-zombie-compiler icon indicating copy to clipboard operation
ngx-zombie-compiler copied to clipboard

Compatibility with UpgradeAdapter

Open eric-simonton-sama opened this issue 7 years ago • 0 comments

My project is using UpgradeAdapter.registerForNg1Tests(). Can it take advantage of this library?

I tried this but my tests did not get any faster:

beforeEach(() => {
  getTestBed().configureCompiler({ providers: ZOMBIE_COMPILER_PROVIDERS });
});

I also tried adding ZOMBIE_COMPLIER_PROVIDERS to the module that I pass to registerForNg1Tests(), but that also did not speed anything up.

eric-simonton-sama avatar Dec 01 '17 22:12 eric-simonton-sama