Skip to content

Commit

Permalink
Step 7.27: Import profile component
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Jun 22, 2017
1 parent 430d826 commit bd6f3cf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
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 { ProfilePage } from '../pages/profile/profile';
import { VerificationPage } from '../pages/verification/verification';
import { PhoneService } from '../services/phone';
import { MyApp } from './app.component';
Expand All @@ -17,7 +18,8 @@ import { MyApp } from './app.component';
ChatsPage,
MessagesPage,
LoginPage,
VerificationPage
VerificationPage,
ProfilePage
],
imports: [
BrowserModule,
Expand All @@ -30,7 +32,8 @@ import { MyApp } from './app.component';
ChatsPage,
MessagesPage,
LoginPage,
VerificationPage
VerificationPage,
ProfilePage
],
providers: [
StatusBar,
Expand Down

0 comments on commit bd6f3cf

Please sign in to comment.