MOBILE-2253 core: Disable Ionic errors
parent
e5978b7eeb
commit
7df6933435
|
@ -13,8 +13,8 @@
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
import { BrowserModule } from '@angular/platform-browser';
|
import { BrowserModule } from '@angular/platform-browser';
|
||||||
import { ErrorHandler, NgModule } from '@angular/core';
|
import { NgModule } from '@angular/core';
|
||||||
import { IonicApp, IonicErrorHandler, IonicModule, Platform } from 'ionic-angular';
|
import { IonicApp, IonicModule, Platform } from 'ionic-angular';
|
||||||
import { HttpClient, HttpClientModule, HTTP_INTERCEPTORS } from '@angular/common/http';
|
import { HttpClient, HttpClientModule, HTTP_INTERCEPTORS } from '@angular/common/http';
|
||||||
|
|
||||||
import { SplashScreen } from '@ionic-native/splash-screen';
|
import { SplashScreen } from '@ionic-native/splash-screen';
|
||||||
|
@ -90,7 +90,6 @@ export function createTranslateLoader(http: HttpClient) {
|
||||||
SplashScreen,
|
SplashScreen,
|
||||||
SQLite,
|
SQLite,
|
||||||
Keyboard,
|
Keyboard,
|
||||||
{provide: ErrorHandler, useClass: IonicErrorHandler},
|
|
||||||
CoreLoggerProvider,
|
CoreLoggerProvider,
|
||||||
CoreDbProvider,
|
CoreDbProvider,
|
||||||
CoreAppProvider,
|
CoreAppProvider,
|
||||||
|
|
Loading…
Reference in New Issue