When I build my angular+ionic app, the ionic-storage package is the last view engine library:
ng run app:serve --host=localhost --port=8101
[ng] - Generating browser application bundles (phase: setup)...
[ng] Processing legacy "View Engine" libraries:
[ng] - @ionic/storage-angular [es2015/esm2015] (git+https://github.com/ionic-team/ionic-storage.git)
[ng] Encourage the library authors to publish an Ivy distribution.
When I build my angular+ionic app, the
ionic-storagepackage is the last view engine library: