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
@@ -11,7 +11,7 @@ import { AppComponent } from './app.component';
import { HttpClientModule } from '@angular/common/http';
import { InAppBrowser } from '@ionic-native/in-app-browser/ngx';
import { IonicSelectableModule } from 'ionic-selectable';
/* import { IonicSelectableModule } from 'ionic-selectable'; */
@NgModule({
declarations: [AppComponent],
@@ -23,7 +23,7 @@ import { IonicSelectableModule } from 'ionic-selectable';
HttpClientModule,
{ provide: RouteReuseStrategy, useClass: IonicRouteStrategy },
InAppBrowser,
IonicSelectableModule
/* IonicSelectableModule */
],
bootstrap: [AppComponent],
schemas: [CUSTOM_ELEMENTS_SCHEMA]
+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]
})