Skip to content

Commit

Permalink
Step 11.8: Import MessagesAttachmentsComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Feb 26, 2017
1 parent 2c914a1 commit a121582
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions client/imports/app/app.module.ts
Expand Up @@ -7,6 +7,7 @@ import { ChatsOptionsComponent } from '../pages/chats/chats-options';
import { NewChatComponent } from '../pages/chats/new-chat';
import { LoginPage } from '../pages/login/login';
import { MessagesPage } from '../pages/messages/messages';
import { MessagesAttachmentsComponent } from '../pages/messages/messages-attachments';
import { MessagesOptionsComponent } from '../pages/messages/messages-options';
import { ProfilePage } from '../pages/profile/profile';
import { VerificationPage } from '../pages/verification/verification';
Expand All @@ -23,7 +24,8 @@ import { MyApp } from './app.component';
ProfilePage,
ChatsOptionsComponent,
NewChatComponent,
MessagesOptionsComponent
MessagesOptionsComponent,
MessagesAttachmentsComponent
],
imports: [
IonicModule.forRoot(MyApp),
Expand All @@ -42,7 +44,8 @@ import { MyApp } from './app.component';
ProfilePage,
ChatsOptionsComponent,
NewChatComponent,
MessagesOptionsComponent
MessagesOptionsComponent,
MessagesAttachmentsComponent
],
providers: [
{ provide: ErrorHandler, useClass: IonicErrorHandler },
Expand Down

0 comments on commit a121582

Please sign in to comment.