Angular 16 Support

We just upgraded to version 5.26.2 in order to be able to upgrade to Angular 16. However, we still get an error that the MbscModule is not compatible with Ivy:

This likely means that the library (@mobiscroll/angular) which declares MbscModule is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library’s authors to see if the library is expected to be compatible with Ivy.

Are we missing anything here or is this not supported yet?

Hello @SM_Metzger !

Based on your screenshot you need to run mobiscroll config angular again. In the package.json it should appear as follows: “@mobiscroll/angular”: “npm:@mobiscroll/angular-ivy@^5.26.2”.

Hello Istvan!

I am experiencing a similar issue as @SM_Metzger concerning the error that MbscModule is not compatible with Angular Ivy. However, my implementation is with Mobiscroll version 5.28.0 and using a custom library. Using this command to setup mobiscroll: mobiscroll config ionic --no-npm

Do you have any suggestions on what has gone wrong?

Hi Katie!

You should use the Angular Ivy when building the custom package.