Category "angular-ivy"

It looks like '' has not been IVY compiled - it has no 'ɵcmp' field

I am currently using Angular 11. When I run the unit tests, all pass except one which says: Error: It looks like 'ResultsService' has not been IVY compiled - it

How to compile Angular 12 library with recursive components?

Tldr: how to compile angular library with recursive components? Prehistory: I have an application which purpose is to display complex forms. First you have to c

Agular "partial" vs "full" compilation mode?

Why the library compiled in the "partial" compilation mode builds so slowly inside of the consumer application, compared to the "full" compilation mode?

Angular 9 Ivy, NgControl not initialized in Directive

I'm attempting to update my project to Angular9 / Ivy and face following problem. I have a custom "disabledControl" directive, as described in the following Blo