You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ ngxs-synchronizers requires @ngxs/store as a dependency. Both can be installed f
29
29
npm install @ngxs/store ngxs-synchronizers
30
30
```
31
31
32
+
You must import the `NgxsSyncModule` module into the root of your application.
33
+
32
34
## Quick start
33
35
34
36
This section assumes you have an existing NGXS-enabled application already set up. Please see the [usage guide](/docs/usage-guide.md) for more detailed usage information.
Copy file name to clipboardExpand all lines: docs/usage-guide.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,9 @@ ngxs-synchronizers requires **@ngxs/store** as a dependency. Both can be install
31
31
npm install @ngxs/store ngxs-synchronizers
32
32
```
33
33
34
-
Since ngxs-synchronizers is built on top of NGXS, it is important to read through the [NGXS documentation](https://www.ngxs.io/) to understand how NGXS works before proceeding.
34
+
You must import the `NgxsSyncModule` module into the root of your application.
35
+
36
+
Since ngxs-synchronizers is built on top of NGXS, it is recommended to read through the [NGXS documentation](https://www.ngxs.io/) to understand how NGXS works before proceeding.
0 commit comments