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 69a7ca2 commit be2a408Copy full SHA for be2a408
src/app/app.module.ts
@@ -6,6 +6,7 @@ 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 { SmsReceiver } from "../ionic/sms-receiver";
10
import { AgmCoreModule } from '@agm/core';
11
import { MomentModule } from 'angular2-moment';
12
import { ChatsPage } from '../pages/chats/chats';
@@ -69,7 +70,8 @@ import { MyApp } from './app.component';
69
70
PhoneService,
71
ImagePicker,
72
PictureService,
- Sim
73
+ Sim,
74
+ SmsReceiver
75
]
76
})
77
export class AppModule {}
0 commit comments