Hi, I’m currently upgrading an angular application to v9 and we have mobiscroll/angular 4.9.1
When compiling with Ivy enabled, it complains that is missing
ERROR in The target entry-point “@mobiscroll/angular” has missing dependencies:
- …/src/js/i18n/fr
- …/src/js/i18n/pt-BR
- …/src/js/themes/mobiscroll-dark
- …/src/js/themes/material
- …/src/js/themes/material-dark
- …/src/js/themes/auto-theme
Without Ivy, it compiles fine, but the range component no longer works, nor the date picker.
It doesn’t throw any errors, it just doesn’t work ![]()
Does anyone can assist me?