Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Commit

Permalink
docs: add example section
Browse files Browse the repository at this point in the history
  • Loading branch information
markostanimirovic committed Mar 11, 2021
1 parent 5f67782 commit e4c891b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

- [Installation](#installation)
- [Usage](#usage)
- [Demo](#demo)
- [Example](#example)
- [Comparison with `createSelector`](#comparison-with-createselector)

## Installation
Expand Down Expand Up @@ -67,9 +67,10 @@ const {
} = createChildSelectors(selectUserState, ['users', 'loading']);
```

## Demo
## Example

**UNDER_CONSTRUCTION**
See the example project
[here](https://github.com/markostanimirovic/ngrx-child-selectors/tree/master/projects/example).

## Comparison with `createSelector`

Expand Down

0 comments on commit e4c891b

Please sign in to comment.