Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
norato committed Sep 28, 2019
1 parent f42c7c4 commit ee1d059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/ngrx.io/content/guide/data/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ ng add @ngrx/data
* module - name of file containing the module that you wish to add the import for the `EntityDataModule` to. Can also include the relative path to the file. For example, `src/app/app.module.ts`.
* effects - if `false` it will use the `EntityDataModuleWithoutEffects` module instead of the default `EntityDataModule`.
* migrateNgRxData - if `true` it will replace the `ngrx-data` module with the `@ngrx/data` module.
* entityConfig - if `true` it will create and declare the `entity-metadata` file.

This command will automate the following steps:

Expand Down

0 comments on commit ee1d059

Please sign in to comment.