Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Step 7.19: Import verification component
- Loading branch information
Showing
with
5 additions
and
2 deletions.
-
+5
−2
src/app/app.module.ts
|
@@ -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'; |
|
|
|
|
@@ -15,7 +16,8 @@ import { MyApp } from './app.component'; |
|
|
MyApp, |
|
|
ChatsPage, |
|
|
MessagesPage, |
|
|
LoginPage |
|
|
LoginPage, |
|
|
VerificationPage |
|
|
], |
|
|
imports: [ |
|
|
BrowserModule, |
|
@@ -27,7 +29,8 @@ import { MyApp } from './app.component'; |
|
|
MyApp, |
|
|
ChatsPage, |
|
|
MessagesPage, |
|
|
LoginPage |
|
|
LoginPage, |
|
|
VerificationPage |
|
|
], |
|
|
providers: [ |
|
|
StatusBar, |
|
|