Skip to content

Commit 86c5133

Browse files
evanfuturesmithad15
authored andcommitted
update Readme.md (#27)
According to angular-redux/router#24, "NgReduxRouterModule now needs to be imported with .forRoot" This threw me off for a whole day! So, it should be included in the Readme.
1 parent 929689c commit 86c5133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Bindings to connect @angular/router to @angular-redux/core
3636
imports: [
3737
RouterModule.forRoot(routes),
3838
NgReduxModule,
39-
NgReduxRouterModule
39+
NgReduxRouterModule.forRoot()
4040
// ...your imports
4141
],
4242
// Other stuff..

0 commit comments

Comments
 (0)