Ionic Selectable is an Ionic versatile and highly customizable component that serves as a replacement to Ionic Select, and allows to search items, including async search, create items, customize the layout with templates and much more. It provides an intuitive API and is easy to set up and use.
Hello there,
I am currently in the process of migrating a project from Ionic 6 and Angular 7.2 to Ionic 7 and Angular 16.2. I'm encountering the same issue as described in #417. When attempting to build the project, I am get the following error:
./node_modules/@ionic-selectable/core/dist/esm/ion-tab-bar.entry.js:2:0-79 - Error: Module not found: Error: Can't resolve '@utils/keyboard/keyboard-controller' in '/Users/frank/ionic/mein-metronom-app/node_modules/@ionic-selectable/core/dist/esm'
That's the same error like in the above issue, but removing node_modules/ and package.lock.json did not help unfortunately. Does anybody has an idea how to fix this? I'm relatively new to Ionic and Angular, so any assistance would be greatly appreciated. :)
Hello there, I am currently in the process of migrating a project from Ionic 6 and Angular 7.2 to Ionic 7 and Angular 16.2. I'm encountering the same issue as described in #417. When attempting to build the project, I am get the following error:
That's the same error like in the above issue, but removing node_modules/ and package.lock.json did not help unfortunately. Does anybody has an idea how to fix this? I'm relatively new to Ionic and Angular, so any assistance would be greatly appreciated. :)
Here are the dependencies in my package.json:
Thanks in advance!