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 darkbasic committed Oct 16, 2017
1 parent 4e39aed commit 1214433
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/app/app.module.ts
Expand Up @@ -9,6 +9,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 @@ -23,7 +24,8 @@ import { MyApp } from './app.component';
VerificationPage,
ProfilePage,
ChatsOptionsComponent,
NewChatComponent
NewChatComponent,
MessagesOptionsComponent
],
imports: [
BrowserModule,
Expand All @@ -39,7 +41,8 @@ import { MyApp } from './app.component';
VerificationPage,
ProfilePage,
ChatsOptionsComponent,
NewChatComponent
NewChatComponent,
MessagesOptionsComponent
],
providers: [
StatusBar,
Expand Down

0 comments on commit 1214433

Please sign in to comment.