Skip to content

Commit

Permalink
docs: add note about router-store replacement to migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhyi committed Apr 15, 2020
1 parent 4c33bfd commit 632e74f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ We did this because the previously introduced facades provide a more convenient
You can run the migration by executing `node schematics/migration/0.16-to-0.17`.

The script will check if all your components can be moved to the new folder structure and will then perform the migration or notify you of work previously needed.

## 0.18 to 0.19

We migrated from using [ngrx-router](https://github.com/amcdnl/ngrx-router) to the official and better supported [@ngrx/router-store](https://ngrx.io/guide/router-store). This means that throughout the code all usage of the `ofRoute` operator and `RouteNavigation` actions are no longer available.

As some of these implementations were very specific, we cannot provide a migration script.

0 comments on commit 632e74f

Please sign in to comment.