Skip to content

Commit

Permalink
docs(entity): updated FAQ url for Redux docs (#2297)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanket-work authored and brandonroberts committed Dec 20, 2019
1 parent f783f9f commit de703f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngrx.io/content/guide/entity/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Entity promotes the use of plain JavaScript objects when managing collections. *
2. State will always be serializable allowing you to store and rehydrate from browser storage mechanisms like local storage.
3. State can be inspected via the Redux Devtools.

This is one of the [core principles](docs) of NgRx. The [Redux docs](https://redux.js.org/faq/organizingstate#can-i-put-functions-promises-or-other-non-serializable-items-in-my-store-state) also offers some more insight into this constraint.
This is one of the [core principles](docs) of NgRx. The [Redux docs](https://redux.js.org/faq/organizing-state#can-i-put-functions-promises-or-other-non-serializable-items-in-my-store-state) also offers some more insight into this constraint.

0 comments on commit de703f0

Please sign in to comment.