eakoriakin / ionic-selectable

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.
MIT License
550 stars 123 forks source link

Module '"ionic-selectable"' has no exported member 'IonicSelectableModule'. #429

Closed nx-irvin closed 11 months ago

nx-irvin commented 1 year ago

Hi! After upgrading to Ionic 7 / Angular 16, I'm getting the error: Module '"ionic-selectable"' has no exported member 'IonicSelectableModule'. I'm using ionic-selectable v5.0.2 and my proyect has no standalone components.

Is there any way to solve this? Thank you!

iamkinetic commented 1 year ago

I'm in the exact same situation. Ionic 7, Angular 16, no standalone components and ionic-selectable seems to be broken.

sergiosanabria commented 1 year ago

I have the same problema updating ionic 6 to ionic 7

irvjc82 commented 1 year ago

Apparently for Angular 16 and Ionic 7 you have to import the standalone component there is no more IonicSelectableModule.

`import { IonicSelectableComponent } from 'ionic-selectable';

@NgModule({ imports: [ IonicSelectableComponent ] }) export class AppModule { }`

iamrsojitra commented 11 months ago

Closing this because ionic-selectable v5.0.2 is only for standalone components and there is no more IonicSelectableModule