Skip to content

Commit

Permalink
Step 12.4: Import PictureService
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Mar 23, 2017
1 parent 5e36bd4 commit cf8a171
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/app.module.ts
Expand Up @@ -13,6 +13,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 @@ -52,7 +53,8 @@ import { MyApp } from './app.component';
],
providers: [
{provide: ErrorHandler, useClass: IonicErrorHandler},
PhoneService
PhoneService,
PictureService
]
})
export class AppModule {}

0 comments on commit cf8a171

Please sign in to comment.