My environment is the following:
- Mobiscroll 5.22.3
- Angular 15.2.0.
When serving or compiling the APP I get the following message from the Angular CLI:
Processing legacy "View Engine" libraries:
- @mobiscroll/angular [module/esm5] (https://github.com/acidb/mobiscroll.git)
Encourage the library authors to publish an Ivy distribution.
Could it be possible to distribuite an Ivy distribution for the @mobiscroll/angular
package?
View Engine was deprecated in Angular 12 and in Angular 13 the View Engine was removed.
I think it would be better if Mobiscroll also distributed an Ivy compatible package (using partial Ivy compilation mode).