Skip to content

Commit

Permalink
Step 7.18: Import verification component
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Feb 26, 2017
1 parent 2f0be15 commit 23542d6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions client/imports/app/app.module.ts
Expand Up @@ -4,6 +4,7 @@ import { IonicApp, IonicModule, IonicErrorHandler } from 'ionic-angular';
import { ChatsPage } from '../pages/chats/chats'
import { LoginPage } from '../pages/login/login';
import { MessagesPage } from '../pages/messages/messages';
import { VerificationPage } from '../pages/verification/verification';
import { PhoneService } from '../services/phone';
import { MyApp } from './app.component';

Expand All @@ -12,7 +13,8 @@ import { MyApp } from './app.component';
MyApp,
ChatsPage,
MessagesPage,
LoginPage
LoginPage,
VerificationPage
],
imports: [
IonicModule.forRoot(MyApp),
Expand All @@ -23,7 +25,8 @@ import { MyApp } from './app.component';
MyApp,
ChatsPage,
MessagesPage,
LoginPage
LoginPage,
VerificationPage
],
providers: [
{ provide: ErrorHandler, useClass: IonicErrorHandler },
Expand Down

0 comments on commit 23542d6

Please sign in to comment.