Skip to content

Commit

Permalink
Step 9.7: Import messages options component
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Feb 13, 2017
1 parent 0781b17 commit 7e0982c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/app/app.module.ts
Expand Up @@ -6,6 +6,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 { MessagesOptionsComponent } from '../pages/messages/messages-options';
import { ProfilePage } from '../pages/profile/profile';
import { VerificationPage } from '../pages/verification/verification';
import { PhoneService } from '../services/phone';
Expand All @@ -20,7 +21,8 @@ import { MyApp } from './app.component';
VerificationPage,
ProfilePage,
ChatsOptionsComponent,
NewChatComponent
NewChatComponent,
MessagesOptionsComponent
],
imports: [
IonicModule.forRoot(MyApp),
Expand All @@ -35,7 +37,8 @@ import { MyApp } from './app.component';
VerificationPage,
ProfilePage,
ChatsOptionsComponent,
NewChatComponent
NewChatComponent,
MessagesOptionsComponent
],
providers: [
{provide: ErrorHandler, useClass: IonicErrorHandler},
Expand Down

0 comments on commit 7e0982c

Please sign in to comment.