Skip to content

Commit

Permalink
Step 5.32: Register ChatsOptionsComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and DAB0mB committed Feb 26, 2017
1 parent e413781 commit 72de4f4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions client/imports/app/app.module.ts
Expand Up @@ -8,6 +8,7 @@ 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';
import {ChatsOptionsComponent} from '../pages/chats/chats-options.component';

@NgModule({
// Components, Pipes, Directive
Expand All @@ -18,7 +19,8 @@ import {ProfileComponent} from '../pages/auth/profile.component';
MessagesPage,
LoginComponent,
VerificationComponent,
ProfileComponent
ProfileComponent,
ChatsOptionsComponent
],
// Entry Components
entryComponents: [
Expand All @@ -28,7 +30,8 @@ import {ProfileComponent} from '../pages/auth/profile.component';
MessagesPage,
LoginComponent,
VerificationComponent,
ProfileComponent
ProfileComponent,
ChatsOptionsComponent
],
// Providers
providers: [
Expand Down

0 comments on commit 72de4f4

Please sign in to comment.