Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Step 13.2: Added the new component to the module
  • Loading branch information
dotansimha authored and Dotan Simha committed Nov 22, 2016
1 parent 75d9776 commit b4b62c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/imports/app.module.ts
Expand Up @@ -8,6 +8,7 @@ import {Angular2BlazeTemplateModule} from "angular2-blaze-template";
import {JoinComponent} from "./components/join.component";
import {SigninComponent} from "./components/signin.component";
import {FormsModule} from "@angular/forms";
import {ListItemComponent} from "./components/list-item.component";

@NgModule({
// Components, Pipes, Directive
Expand All @@ -16,7 +17,8 @@ import {FormsModule} from "@angular/forms";
ListShowComponent,
ListRedirectorComponent,
JoinComponent,
SigninComponent
SigninComponent,
ListItemComponent
],
// Entry Components
entryComponents: [
Expand Down

0 comments on commit b4b62c1

Please sign in to comment.