Skip to content

Commit

Permalink
Step 8.9: Import new chat component
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and darkbasic committed Jun 13, 2017
1 parent e08bb72 commit 2d8e8e5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/app/app.module.ts
Expand Up @@ -5,6 +5,7 @@ import { SplashScreen } from '@ionic-native/splash-screen';
import { StatusBar } from '@ionic-native/status-bar';
import { MomentModule } from 'angular2-moment';
import { ChatsPage } from '../pages/chats/chats';
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';
Expand All @@ -21,7 +22,8 @@ import { MyApp } from './app.component';
LoginPage,
VerificationPage,
ProfilePage,
ChatsOptionsComponent
ChatsOptionsComponent,
NewChatComponent
],
imports: [
BrowserModule,
Expand All @@ -36,7 +38,8 @@ import { MyApp } from './app.component';
LoginPage,
VerificationPage,
ProfilePage,
ChatsOptionsComponent
ChatsOptionsComponent,
NewChatComponent
],
providers: [
StatusBar,
Expand Down

0 comments on commit 2d8e8e5

Please sign in to comment.