Closed dvspiner closed 6 years ago
Hi @durvilchat, import SelectSearchable to each "lazy" page module.
import { LazyPage } from './lazy';
import { SelectSearchableModule } from 'ionic-select-searchable';
@NgModule({
declarations: [
LazyPage
],
imports: [
IonicPageModule.forChild(LazyPage),
SelectSearchableModule
]
})
export class LazyPageModule { }
Hi @eakoriakin Thank you very much
Hello please help me I would like to know how to add this plugin on my project ionic3 Ionic 3 Lazy Loading thank you. Sory for my bad expression