Skip to content

Commit

Permalink
Step 8.2: Added list redirector for the module
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and Dotan Simha committed Nov 22, 2016
1 parent 94e84f0 commit f8285ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/imports/app.module.ts
Expand Up @@ -3,12 +3,14 @@ import {BrowserModule} from '@angular/platform-browser';
import {MainComponent} from "./main.component";
import {routing} from "./app.routes";
import {ListShowComponent} from "./components/list-show.component";
import {ListRedirectorComponent} from "./components/list-redirector.component";

@NgModule({
// Components, Pipes, Directive
declarations: [
MainComponent,
ListShowComponent
ListShowComponent,
ListRedirectorComponent
],
// Entry Components
entryComponents: [
Expand Down

0 comments on commit f8285ab

Please sign in to comment.