From 38a0009f8d6d4eb6801f523d98edd15ac675b1e2 Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Mon, 10 Oct 2016 13:18:00 +0200 Subject: [PATCH] Step 5.23: Register ProfileComponent --- client/imports/app/app.module.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/client/imports/app/app.module.ts b/client/imports/app/app.module.ts index fda49c9..6261397 100644 --- a/client/imports/app/app.module.ts +++ b/client/imports/app/app.module.ts @@ -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 @@ -16,7 +17,8 @@ import {VerificationComponent} from '../pages/auth/verification.component'; ChatsComponent, MessagesPage, LoginComponent, - VerificationComponent + VerificationComponent, + ProfileComponent ], // Entry Components entryComponents: [ @@ -25,7 +27,8 @@ import {VerificationComponent} from '../pages/auth/verification.component'; ChatsComponent, MessagesPage, LoginComponent, - VerificationComponent + VerificationComponent, + ProfileComponent ], // Providers providers: [