Skip to content

Commit

Permalink
Step 7.35: Import chat options
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and darkbasic committed Oct 16, 2017
1 parent c83c537 commit 81270f5
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 { ChatsOptionsComponent } from '../pages/chats/chats-options';
import { LoginPage } from '../pages/login/login';
import { MessagesPage } from '../pages/messages/messages';
import { ProfilePage } from '../pages/profile/profile';
Expand All @@ -19,7 +20,8 @@ import { MyApp } from './app.component';
MessagesPage,
LoginPage,
VerificationPage,
ProfilePage
ProfilePage,
ChatsOptionsComponent
],
imports: [
BrowserModule,
Expand All @@ -33,7 +35,8 @@ import { MyApp } from './app.component';
MessagesPage,
LoginPage,
VerificationPage,
ProfilePage
ProfilePage,
ChatsOptionsComponent
],
providers: [
StatusBar,
Expand Down

0 comments on commit 81270f5

Please sign in to comment.