Skip to content

Commit

Permalink
chore(SCOPE): add readme badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mzkmnk committed Jan 5, 2025
1 parent 56564e9 commit 9cfdb31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# NgrxExtension

[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
[![npm version](https://badge.fury.io/js/%40ngplatform%2Fngrx-extension.svg)](https://www.npmjs.com/@ngplatform/ngrx-extension)

## Synchronize with storage `withStorageSync`

An extension feature that saves and loads store states to/from Storage (e.g., localStorage or sessionStorage), and synchronizes state changes automatically if desired.
Expand Down
3 changes: 3 additions & 0 deletions projects/ngrx-extension/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# NgrxExtension

[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
[![npm version](https://badge.fury.io/js/%40ngplatform%2Fngrx-extension.svg)](https://www.npmjs.com/@ngplatform/ngrx-extension)

## Synchronize with storage `withStorageSync`

An extension feature that saves and loads store states to/from Storage (e.g., localStorage or sessionStorage), and synchronizes state changes automatically if desired.
Expand Down

0 comments on commit 9cfdb31

Please sign in to comment.