@ngxs/store 18.0.0-dev.master-b5a900f → 18.0.0-dev.master-89fe322
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://github.com/ngxs/store/raw/master/docs/assets/
|
|
2
|
+
<figure><picture><source srcset="https://github.com/ngxs/store/raw/master/docs/assets/ngxs-logo_dark_theme.png" media="(prefers-color-scheme: dark)"><img src="https://github.com/ngxs/store/raw/master/docs/assets/ngxs-logo_light_theme.png" alt="" width="250"></picture></figure>
|
|
3
3
|
<br />
|
|
4
4
|
NGXS is a state management pattern + library for Angular
|
|
5
5
|
<br />
|
|
6
6
|
<br />
|
|
7
|
-
|
|
7
|
+
<a href="https://discord.com/channels/1008573955587702894">
|
|
8
|
+
<img alt="Discord" src="https://img.shields.io/discord/1008573955587702894?style=flat-square&logo=discord&label=discord&link=https%3A%2F%2Fdiscord.com%2Fchannels%2F1008573955587702894">
|
|
9
|
+
</a> <a href="https://badge.fury.io/js/%40ngxs%2Fstore"><img src="https://badge.fury.io/js/%40ngxs%2Fstore.svg"></a> <a href="https://codeclimate.com/github/ngxs/store/maintainability"><img src="https://api.codeclimate.com/v1/badges/5b43106a1ddff7d76a04/maintainability" /></a> <a href="https://codeclimate.com/github/ngxs/store/test_coverage"><img src="https://api.codeclimate.com/v1/badges/5b43106a1ddff7d76a04/test_coverage" /></a> <a href="https://circleci.com/gh/ngxs/store"><img src="https://circleci.com/gh/ngxs/store/tree/master.svg?style=svg"></a>
|
|
8
10
|
</p>
|
|
9
11
|
|
|
10
12
|
---
|