Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Step 5.23: Register ProfileComponent
  • Loading branch information
kamilkisiela authored and DAB0mB committed Feb 26, 2017
1 parent eaf5922 commit 38a0009
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions client/imports/app/app.module.ts
Expand Up @@ -7,6 +7,7 @@ import {MomentModule} from "angular2-moment";
import {MessagesPage} from "../pages/chat/messages-page.component";
import {LoginComponent} from '../pages/auth/login.component';
import {VerificationComponent} from '../pages/auth/verification.component';
import {ProfileComponent} from '../pages/auth/profile.component';

@NgModule({
// Components, Pipes, Directive
Expand All @@ -16,7 +17,8 @@ import {VerificationComponent} from '../pages/auth/verification.component';
ChatsComponent,
MessagesPage,
LoginComponent,
VerificationComponent
VerificationComponent,
ProfileComponent
],
// Entry Components
entryComponents: [
Expand All @@ -25,7 +27,8 @@ import {VerificationComponent} from '../pages/auth/verification.component';
ChatsComponent,
MessagesPage,
LoginComponent,
VerificationComponent
VerificationComponent,
ProfileComponent
],
// Providers
providers: [
Expand Down

0 comments on commit 38a0009

Please sign in to comment.