Skip to content

Commit

Permalink
Step 13.22: Import ShowPictureComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and darkbasic committed Oct 16, 2017
1 parent 951c5ad commit a085968
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/app/app.module.ts
Expand Up @@ -15,6 +15,7 @@ import { MessagesPage } from '../pages/messages/messages';
import { MessagesAttachmentsComponent } from '../pages/messages/messages-attachments';
import { MessagesOptionsComponent } from '../pages/messages/messages-options';
import { NewLocationMessageComponent } from '../pages/messages/location-message';
import { ShowPictureComponent } from '../pages/messages/show-picture';
import { ProfilePage } from '../pages/profile/profile';
import { VerificationPage } from '../pages/verification/verification';
import { PhoneService } from '../services/phone';
Expand All @@ -33,7 +34,8 @@ import { MyApp } from './app.component';
NewChatComponent,
MessagesOptionsComponent,
MessagesAttachmentsComponent,
NewLocationMessageComponent
NewLocationMessageComponent,
ShowPictureComponent
],
imports: [
BrowserModule,
Expand All @@ -55,7 +57,8 @@ import { MyApp } from './app.component';
NewChatComponent,
MessagesOptionsComponent,
MessagesAttachmentsComponent,
NewLocationMessageComponent
NewLocationMessageComponent,
ShowPictureComponent
],
providers: [
StatusBar,
Expand Down

0 comments on commit a085968

Please sign in to comment.