{"library":"ngx-zombie-compiler","title":"ngx-zombie-compiler","description":"Fast JiT compiler for Angular unit testing that reuses compiled results across specs to reduce execution time. Current stable version 0.3.0, compatible with Angular 4.2+. Unlike default Angular TestingCompiler which compiles modules per spec, this compiler outlives the default and caches compiled components. Ships TypeScript types. Low release cadence; last release in 2017. Useful for Angular CLI projects (edit src/test.ts). Few alternatives exist for this niche optimization.","language":"javascript","status":"maintenance","last_verified":"Fri May 01","install":{"commands":["npm install ngx-zombie-compiler"],"cli":null},"imports":["import { ZOMBIE_COMPILER_PROVIDERS } from 'ngx-zombie-compiler';","import { ZombieCompiler } from 'ngx-zombie-compiler';","import { ZombieJitCompiler } from 'ngx-zombie-compiler';"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import { TestBed, getTestBed } from '@angular/core/testing';\nimport { ZOMBIE_COMPILER_PROVIDERS } from 'ngx-zombie-compiler';\n\nbeforeEach(() => {\n  getTestBed().configureCompiler({\n    providers: ZOMBIE_COMPILER_PROVIDERS,\n  });\n});\n\n// Then write your tests normally","lang":"typescript","description":"Configures TestBed to use the zombie compiler, reusing compiled results across specs.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}