Skip to content

Commit

Permalink
Step 7.19: Import verification 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 a0abbb7 commit 4522871
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/app/app.module.ts
Expand Up @@ -7,6 +7,7 @@ import { MomentModule } from 'angular2-moment';
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 @@ -15,7 +16,8 @@ import { MyApp } from './app.component';
MyApp,
ChatsPage,
MessagesPage,
LoginPage
LoginPage,
VerificationPage
],
imports: [
BrowserModule,
Expand All @@ -27,7 +29,8 @@ import { MyApp } from './app.component';
MyApp,
ChatsPage,
MessagesPage,
LoginPage
LoginPage,
VerificationPage
],
providers: [
StatusBar,
Expand Down

0 comments on commit 4522871

Please sign in to comment.