Angular Ivy
- Angular Ivy is the latest compilation and rendering pipeline introduced in Angular 8 and made the default in Angular 9.
- We no longer need
entryComponents
with Ivy.- So if we've tests that need an extra module because we need to provide
entryComponents
then we can get rid of them now.
- So if we've tests that need an extra module because we need to provide