Skip to content

Commit

Permalink
docs(Migration): Add node about removing @ngrx/core
Browse files Browse the repository at this point in the history
  • Loading branch information
karptonite authored and MikeRyanDev committed Jul 18, 2017
1 parent a5aad22 commit 9f4664e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ This guide covers the changes between the ngrx projects migrating from V1.x/2.x
[@ngrx/router-store](#ngrxrouter-store)
[@ngrx/store-devtools](#ngrxstore-devtools)

## @ngrx/core
@ngrx/core is no longer used, and can conflict with @ngrx/store. You should remove it from your project.

## @ngrx/store

Previously to be AOT compatible, it was required to pass a function to the `provideStore` method to compose the reducers into one root reducer. The `initialState`
Expand Down

0 comments on commit 9f4664e

Please sign in to comment.