Skip to content

Commit be2a408

Browse files
committed
Step 14.7: Add SmsReceiver to app.module.ts
1 parent 69a7ca2 commit be2a408

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/app.module.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { StatusBar } from '@ionic-native/status-bar';
66
import { Geolocation } from '@ionic-native/geolocation';
77
import { ImagePicker } from '@ionic-native/image-picker';
88
import { Sim } from '@ionic-native/sim';
9+
import { SmsReceiver } from "../ionic/sms-receiver";
910
import { AgmCoreModule } from '@agm/core';
1011
import { MomentModule } from 'angular2-moment';
1112
import { ChatsPage } from '../pages/chats/chats';
@@ -69,7 +70,8 @@ import { MyApp } from './app.component';
6970
PhoneService,
7071
ImagePicker,
7172
PictureService,
72-
Sim
73+
Sim,
74+
SmsReceiver
7375
]
7476
})
7577
export class AppModule {}

0 commit comments

Comments
 (0)