Skip to content

Commit

Permalink
docs(data): add v8 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Apr 23, 2019
1 parent ce5eff2 commit 28628e0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions projects/ngrx.io/content/guide/migration/v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,19 @@ StoreDevtoolsModule.instrument({
actionsBlocklist: ['...']
})
```

## @ngrx/data

### Renames

To stay consistent with the other `@ngrx/*` packages, the following has been renamed:

- `NgrxDataModule` is renamed to `EntityDataModule`
- `NgrxDataModuleWithoutEffects` is renamed to `EntityDataModuleWithoutEffects`
- `NgrxDataModuleConfig` is renamed to `EntityDataModuleConfig`

<div class="alert is-helpful">

The installation of `@ngrx/data` package via `ng add @ngrx/data` will remove `angular-ngrx-data` from the `package.json` and will also perform these renames.

</div>

0 comments on commit 28628e0

Please sign in to comment.