Skip to content

Commit ab72bf1

Browse files
committed
Step 14.2: Add Sim to app.module.ts
1 parent 2b7c38c commit ab72bf1

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
@@ -5,6 +5,7 @@ import { SplashScreen } from '@ionic-native/splash-screen';
55
import { StatusBar } from '@ionic-native/status-bar';
66
import { Geolocation } from '@ionic-native/geolocation';
77
import { ImagePicker } from '@ionic-native/image-picker';
8+
import { Sim } from '@ionic-native/sim';
89
import { AgmCoreModule } from '@agm/core';
910
import { MomentModule } from 'angular2-moment';
1011
import { ChatsPage } from '../pages/chats/chats';
@@ -67,7 +68,8 @@ import { MyApp } from './app.component';
6768
{provide: ErrorHandler, useClass: IonicErrorHandler},
6869
PhoneService,
6970
ImagePicker,
70-
PictureService
71+
PictureService,
72+
Sim
7173
]
7274
})
7375
export class AppModule {}

0 commit comments

Comments
 (0)