Skip to content

Commit

Permalink
Step 13.2: Add Image Picker 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 a72e416 commit c4b1b32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/app.module.ts
Expand Up @@ -4,6 +4,7 @@ import { IonicApp, IonicErrorHandler, IonicModule } from 'ionic-angular';
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 { AgmCoreModule } from '@agm/core';
import { MomentModule } from 'angular2-moment';
import { ChatsPage } from '../pages/chats/chats';
Expand Down Expand Up @@ -60,7 +61,8 @@ import { MyApp } from './app.component';
SplashScreen,
Geolocation,
{provide: ErrorHandler, useClass: IonicErrorHandler},
PhoneService
PhoneService,
ImagePicker
]
})
export class AppModule {}

0 comments on commit c4b1b32

Please sign in to comment.