Skip to content

Commit

Permalink
fix(notification): plugin not added to providers
Browse files Browse the repository at this point in the history
  • Loading branch information
pengkobe committed Nov 7, 2018
1 parent 11165f9 commit c03436f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { Network } from '@ionic-native/network/ngx';
import { BackgroundMode } from '@ionic-native/background-mode/ngx';
import { StatusBar } from '@ionic-native/status-bar/ngx';
import { SplashScreen } from '@ionic-native/splash-screen/ngx';
import { LocalNotifications } from '@ionic-native/local-notifications/ngx';

import { JPush } from '../nativewrapper/jpush/ngx';

Expand Down Expand Up @@ -53,6 +54,7 @@ import { RavenErrorHandler } from './raven-error-handler.';
FileOpener,
Insomnia,
Network,
LocalNotifications,
// { provide: ErrorHandler, useClass: MyErrorHandler },
// { provide: ErrorHandler, useClass: RavenErrorHandler }
],
Expand Down

0 comments on commit c03436f

Please sign in to comment.