Skip to content

Commit

Permalink
Step 13.5: Import PictureService
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and darkbasic committed Jun 13, 2017
1 parent a7dd074 commit c78d6e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/app.module.ts
Expand Up @@ -18,6 +18,7 @@ import { NewLocationMessageComponent } from '../pages/messages/location-message'
import { ProfilePage } from '../pages/profile/profile';
import { VerificationPage } from '../pages/verification/verification';
import { PhoneService } from '../services/phone';
import { PictureService } from '../services/picture';
import { MyApp } from './app.component';

@NgModule({
Expand Down Expand Up @@ -62,7 +63,8 @@ import { MyApp } from './app.component';
Geolocation,
{provide: ErrorHandler, useClass: IonicErrorHandler},
PhoneService,
ImagePicker
ImagePicker,
PictureService
]
})
export class AppModule {}

0 comments on commit c78d6e9

Please sign in to comment.