Skip to content

Commit

Permalink
Step 7.34: Import chat options
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Feb 13, 2017
1 parent 564509d commit 0fce5a1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions client/imports/app/app.module.ts
Expand Up @@ -2,6 +2,7 @@ import { NgModule, ErrorHandler } from '@angular/core';
import { MomentModule } from 'angular2-moment';
import { IonicApp, IonicModule, IonicErrorHandler } from 'ionic-angular';
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 @@ -16,7 +17,8 @@ import { MyApp } from './app.component';
MessagesPage,
LoginPage,
VerificationPage,
ProfilePage
ProfilePage,
ChatsOptionsComponent
],
imports: [
IonicModule.forRoot(MyApp),
Expand All @@ -29,7 +31,8 @@ import { MyApp } from './app.component';
MessagesPage,
LoginPage,
VerificationPage,
ProfilePage
ProfilePage,
ChatsOptionsComponent
],
providers: [
{ provide: ErrorHandler, useClass: IonicErrorHandler },
Expand Down

0 comments on commit 0fce5a1

Please sign in to comment.