Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
chore(deps): upgrade to ngrx 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GiuseppePiscopo committed Aug 12, 2017
1 parent 3c435b0 commit 970cb1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.3",
"@angular/router": "4.1.3",
"@ngrx/core": "1.2.0",
"@ngrx/store": "2.2.2",
"@ngrx/store": "4.0.2",
"@types/js-base64": "2.1.4",
"@types/requirejs": "2.1.28",
"core-js": "~2.4.1",
Expand Down
3 changes: 2 additions & 1 deletion src/app/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ import '../../styles/styles.css';
// custom routing
RouterModule.forRoot(appRoutes, appRoutingOpts),

StoreModule.provideStore(appReducer),
// custom state management
StoreModule.forRoot(appReducer),

// custom feature modules
SharedModule,
Expand Down

0 comments on commit 970cb1c

Please sign in to comment.