mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
Commented ionic-selectable plugin
This commit is contained in:
@@ -11,7 +11,7 @@ import { AppComponent } from './app.component';
|
|||||||
import { HttpClientModule } from '@angular/common/http';
|
import { HttpClientModule } from '@angular/common/http';
|
||||||
|
|
||||||
import { InAppBrowser } from '@ionic-native/in-app-browser/ngx';
|
import { InAppBrowser } from '@ionic-native/in-app-browser/ngx';
|
||||||
import { IonicSelectableModule } from 'ionic-selectable';
|
/* import { IonicSelectableModule } from 'ionic-selectable'; */
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
declarations: [AppComponent],
|
declarations: [AppComponent],
|
||||||
@@ -23,7 +23,7 @@ import { IonicSelectableModule } from 'ionic-selectable';
|
|||||||
HttpClientModule,
|
HttpClientModule,
|
||||||
{ provide: RouteReuseStrategy, useClass: IonicRouteStrategy },
|
{ provide: RouteReuseStrategy, useClass: IonicRouteStrategy },
|
||||||
InAppBrowser,
|
InAppBrowser,
|
||||||
IonicSelectableModule
|
/* IonicSelectableModule */
|
||||||
],
|
],
|
||||||
bootstrap: [AppComponent],
|
bootstrap: [AppComponent],
|
||||||
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import { IonicModule } from '@ionic/angular';
|
|||||||
import { HomePageRoutingModule } from './home-routing.module';
|
import { HomePageRoutingModule } from './home-routing.module';
|
||||||
|
|
||||||
import { HomePage } from './home.page';
|
import { HomePage } from './home.page';
|
||||||
import { IonicSelectableModule } from 'ionic-selectable';
|
/* import { IonicSelectableModule } from 'ionic-selectable'; */
|
||||||
|
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
@@ -16,7 +16,7 @@ import { IonicSelectableModule } from 'ionic-selectable';
|
|||||||
FormsModule,
|
FormsModule,
|
||||||
IonicModule,
|
IonicModule,
|
||||||
HomePageRoutingModule,
|
HomePageRoutingModule,
|
||||||
IonicSelectableModule
|
/* IonicSelectableModule */
|
||||||
],
|
],
|
||||||
declarations: [HomePage]
|
declarations: [HomePage]
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user