Skip to content

Commit

Permalink
docs: snippets tweaks (#1770)
Browse files Browse the repository at this point in the history
* docs: update operators docs
  • Loading branch information
joaqcid committed Jul 5, 2021
1 parent 2dd8523 commit d18b053
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/advanced/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ As you can see, state operators are very powerful to start moving your immutable
## Snippets
Check this [section]() for more operators that you can add to your application.
Check this [section](./../snippets/operators.md) for more operators that you can add to your application.
## Relevant Articles
Expand Down
5 changes: 4 additions & 1 deletion docs/snippets/operators.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# State Operators Snippets

In this section you will find state operators that didnt make it to the library but can be very helpful in your app.
In this section you will find state operators that are not part of the library but can be very helpful in your app.

## upsertItem

Expand Down Expand Up @@ -45,3 +45,6 @@ export function upsertItem<T>(
);
}
```
### Collaborate with your awesome operator!

Have you identified an use case for a new operator? If that's the case you can collaborate sharing it here! To learn more read this [issue](https://github.com/ngxs/store/issues/926) and submit your PR with your operator as part of the _Snippets_ section.

0 comments on commit d18b053

Please sign in to comment.