From de703f06eab27316216ad41edf1ba6074d30aec8 Mon Sep 17 00:00:00 2001 From: sanketCactus <38026729+sanketCactus@users.noreply.github.com> Date: Fri, 20 Dec 2019 21:42:33 +0530 Subject: [PATCH] docs(entity): updated FAQ url for Redux docs (#2297) https://redux.js.org/faq/organizing-state#can-i-put-functions-promises-or-other-non-serializable-items-in-my-store-state --- projects/ngrx.io/content/guide/entity/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ngrx.io/content/guide/entity/index.md b/projects/ngrx.io/content/guide/entity/index.md index 7be6dc0298..ef2870a84b 100644 --- a/projects/ngrx.io/content/guide/entity/index.md +++ b/projects/ngrx.io/content/guide/entity/index.md @@ -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.