Document Viewer Review

This commit is contained in:
Paulo Pinto
2020-08-27 15:59:51 +01:00
parent e0536a2307
commit 551366b5ad
12 changed files with 135 additions and 8 deletions
-2
View File
@@ -11,7 +11,6 @@ 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'; */
@NgModule({
declarations: [AppComponent],
@@ -23,7 +22,6 @@ import { InAppBrowser } from '@ionic-native/in-app-browser/ngx';
HttpClientModule,
{ provide: RouteReuseStrategy, useClass: IonicRouteStrategy },
InAppBrowser,
/* IonicSelectableModule */
],
bootstrap: [AppComponent],
schemas: [CUSTOM_ELEMENTS_SCHEMA]