Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Step 12.8: Import MessagesAttachmentsComponent
  • Loading branch information
dotansimha authored and darkbasic committed Oct 16, 2017
1 parent b770503 commit 8c55e1f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/app/app.module.ts
Expand Up @@ -10,6 +10,7 @@ import { NewChatComponent } from '../pages/chats/new-chat';
import { ChatsOptionsComponent } from '../pages/chats/chats-options';
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 @@ -26,7 +27,8 @@ import { MyApp } from './app.component';
ProfilePage,
ChatsOptionsComponent,
NewChatComponent,
MessagesOptionsComponent
MessagesOptionsComponent,
MessagesAttachmentsComponent
],
imports: [
BrowserModule,
Expand All @@ -46,7 +48,8 @@ import { MyApp } from './app.component';
ProfilePage,
ChatsOptionsComponent,
NewChatComponent,
MessagesOptionsComponent
MessagesOptionsComponent,
MessagesAttachmentsComponent
],
providers: [
StatusBar,
Expand Down

0 comments on commit 8c55e1f

Please sign in to comment.