From df6e78c3db8bbdb03d4d5d63b35b6298ca7dc5c9 Mon Sep 17 00:00:00 2001 From: Bitcollage Date: Tue, 8 May 2018 04:03:42 +0200 Subject: [PATCH] docs(RouterStore): Add description of router store to documentation (#1022) --- docs/router-store/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/router-store/README.md b/docs/router-store/README.md index 71d7f71a93..8c8210e12c 100644 --- a/docs/router-store/README.md +++ b/docs/router-store/README.md @@ -55,6 +55,7 @@ import { AppComponent } from './app.component'; RouterModule.forRoot([ // routes ]), + // Connects RouterModule with StoreModule StoreRouterConnectingModule.forRoot({ stateKey: 'router', // name of reducer key }),