Skip to content

Commit

Permalink
fix: close unterminated code block in libs/ngrx-toolkit/README.md
Browse files Browse the repository at this point in the history
Without this fix, the `## Redux Connector for the NgRx Signal Store `createReduxState()`` section is absorbed into the code block of the `## Storage Sync withStorageSync()` section.

Also this commit adds some closing `}` to the `withStorageSync` block.
  • Loading branch information
michael-small authored and rainerhahnekamp committed Jul 5, 2024
1 parent b4f68af commit 3e8e17b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/ngrx-toolkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ public class SyncedStoreComponent {

clearStorage(): void {
this.syncStore.clearStorage(); // clears the stored item in storage
}
}
```

## Redux Connector for the NgRx Signal Store `createReduxState()`

Expand Down

0 comments on commit 3e8e17b

Please sign in to comment.