Skip to content

Commit

Permalink
Step 14.2: Add Sim to app.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
darkbasic committed Oct 16, 2017
1 parent 2b7c38c commit ab72bf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/app.module.ts
Expand Up @@ -5,6 +5,7 @@ import { SplashScreen } from '@ionic-native/splash-screen';
import { StatusBar } from '@ionic-native/status-bar';
import { Geolocation } from '@ionic-native/geolocation';
import { ImagePicker } from '@ionic-native/image-picker';
import { Sim } from '@ionic-native/sim';
import { AgmCoreModule } from '@agm/core';
import { MomentModule } from 'angular2-moment';
import { ChatsPage } from '../pages/chats/chats';
Expand Down Expand Up @@ -67,7 +68,8 @@ import { MyApp } from './app.component';
{provide: ErrorHandler, useClass: IonicErrorHandler},
PhoneService,
ImagePicker,
PictureService
PictureService,
Sim
]
})
export class AppModule {}

0 comments on commit ab72bf1

Please sign in to comment.