We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7c38c commit ab72bf1Copy full SHA for ab72bf1
src/app/app.module.ts
@@ -5,6 +5,7 @@ import { SplashScreen } from '@ionic-native/splash-screen';
5
import { StatusBar } from '@ionic-native/status-bar';
6
import { Geolocation } from '@ionic-native/geolocation';
7
import { ImagePicker } from '@ionic-native/image-picker';
8
+import { Sim } from '@ionic-native/sim';
9
import { AgmCoreModule } from '@agm/core';
10
import { MomentModule } from 'angular2-moment';
11
import { ChatsPage } from '../pages/chats/chats';
@@ -67,7 +68,8 @@ import { MyApp } from './app.component';
67
68
{provide: ErrorHandler, useClass: IonicErrorHandler},
69
PhoneService,
70
ImagePicker,
- PictureService
71
+ PictureService,
72
+ Sim
73
]
74
})
75
export class AppModule {}
0 commit comments