Inicio page is offline

This commit is contained in:
Eudes Inácio
2021-09-21 06:09:41 +01:00
parent 7fdb16c272
commit 42ae5de817
15 changed files with 702 additions and 437 deletions
+3 -1
View File
@@ -57,6 +57,7 @@ import { fab } from '@fortawesome/free-brands-svg-icons'
import { ScreenOrientation } from '@ionic-native/screen-orientation/ngx';
import { PdfViewerModule } from 'ng2-pdf-viewer';
import { SQLite } from '@ionic-native/sqlite/ngx';
@NgModule({
@@ -110,7 +111,8 @@ import { PdfViewerModule } from 'ng2-pdf-viewer';
ScreenOrientation,
Network,
Media,
File
File,
SQLite
],
bootstrap: [AppComponent],
schemas: [CUSTOM_ELEMENTS_SCHEMA]