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 Feb 13, 2017
1 parent b02ac43 commit 683ef87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/imports/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 683ef87

Please sign in to comment.