Check network connection and background colorchange

This commit is contained in:
Eudes Inácio
2021-08-22 01:24:45 +01:00
parent 3f917ae7d4
commit c99f776310
5 changed files with 15 additions and 3 deletions
+2
View File
@@ -34,6 +34,7 @@ import {MatDatepickerModule} from '@angular/material/datepicker';
// import { FCM } from 'cordova-plugin-fcm-with-dependecy-updated/ionic/ngx';
import {MAT_DATE_FORMATS, MAT_DATE_LOCALE} from '@angular/material/core';
import { NgxMatDateFormats, NGX_MAT_DATE_FORMATS } from '@angular-material-components/datetime-picker';
import { Network } from '@ionic-native/network/ngx';
import {
@@ -100,6 +101,7 @@ import { ScreenOrientation } from '@ionic-native/screen-orientation/ngx';
WebsocketService,
ChatService,
ScreenOrientation,
Network
],
bootstrap: [AppComponent],
schemas: [CUSTOM_ELEMENTS_SCHEMA]