Commented ionic-selectable plugin

This commit is contained in:
Tiago Kayaya
2020-08-27 10:46:09 +01:00
parent 11faf43465
commit 199533087b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ import { IonicModule } from '@ionic/angular';
import { HomePageRoutingModule } from './home-routing.module';
import { HomePage } from './home.page';
import { IonicSelectableModule } from 'ionic-selectable';
/* import { IonicSelectableModule } from 'ionic-selectable'; */
@NgModule({
@@ -16,7 +16,7 @@ import { IonicSelectableModule } from 'ionic-selectable';
FormsModule,
IonicModule,
HomePageRoutingModule,
IonicSelectableModule
/* IonicSelectableModule */
],
declarations: [HomePage]
})