MOBILE-2253 core: Disable Ionic errors

main
Dani Palou 2017-11-30 15:41:51 +01:00
parent e5978b7eeb
commit 7df6933435
1 changed files with 2 additions and 3 deletions

View File

@ -13,8 +13,8 @@
// limitations under the License.
import { BrowserModule } from '@angular/platform-browser';
import { ErrorHandler, NgModule } from '@angular/core';
import { IonicApp, IonicErrorHandler, IonicModule, Platform } from 'ionic-angular';
import { NgModule } from '@angular/core';
import { IonicApp, IonicModule, Platform } from 'ionic-angular';
import { HttpClient, HttpClientModule, HTTP_INTERCEPTORS } from '@angular/common/http';
import { SplashScreen } from '@ionic-native/splash-screen';
@ -90,7 +90,6 @@ export function createTranslateLoader(http: HttpClient) {
SplashScreen,
SQLite,
Keyboard,
{provide: ErrorHandler, useClass: IonicErrorHandler},
CoreLoggerProvider,
CoreDbProvider,
CoreAppProvider,