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

Angular 5 support

Open brian428 opened this issue 7 years ago • 3 comments

It looks like the compiler API changed in Angular 5, so ngx-zombie-compiler doesn't work any longer. Any plans to update this with Angular 5 support?

brian428 avatar Dec 08 '17 21:12 brian428

I'm not maintaining this library because Angular testing util introduced aotSummaries for unit testing. aotSummaries makes unit tests blazing fast using pre-compiled component factories.

Quramy avatar Dec 11 '17 15:12 Quramy

Hmm, I had not heard of aotSummaries. Do you know of (or have) any examples of how these would be used? The docs look pretty sparse.

brian428 avatar Dec 11 '17 16:12 brian428

@brian428 I've created demonstration repo https://github.com/Quramy/test-with-aot-summary . See https://github.com/Quramy/test-with-aot-summary/blob/master/test-aot.sh.

And I'm working on https://github.com/angular/angular-cli/pull/8007 to provide the AOT unit testing option to angular CLI users.

Quramy avatar Dec 11 '17 16:12 Quramy