Skip to content

Commit

Permalink
📝 improve readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Odonno committed Dec 2, 2022
1 parent a107ef4 commit 4676bfc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# NgrxWatchComponentStore

Simplify debugging of ngrx's ComponentStore

```
npm i ngrx-watch-component-store
```

### Introduction

The goal of this library is to display log on each ComponentStore state update. Here is what you can get in your Chrome DevTools:

![./images/logs.png](./images/logs.png)

### How to use?

Simply add `WatchComponentState` decorator on each `ComponentStore` in your app. See for yourself:
Expand Down
Binary file added images/logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions projects/ngrx-watch-component-store/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# NgrxWatchComponentStore

Simplify debugging of ngrx's ComponentStore

```
npm i ngrx-watch-component-store
```

### Introduction

The goal of this library is to display log on each ComponentStore state update. Here is what you can get in your Chrome DevTools:

![./images/logs.png](./images/logs.png)

### How to use?

Simply add `WatchComponentState` decorator on each `ComponentStore` in your app. See for yourself:
Expand Down

0 comments on commit 4676bfc

Please sign in to comment.