I have published an Angular 10 library to npm and it works fine in a local Angular 10 project with Ivy enabled but if I try and use it on StackBlitz I have to disable Ivy.
https://stackblitz.com/edit/angular-ivy-tapxx5?file=tsconfig.json
but working with Ivy disabled
https://stackblitz.com/edit/angular-ivy-vbpzem?file=tsconfig.json
Not sure why I would have to turn Ivy off for StackBlitz but I can use it fine in a local CLI Ivy project.