Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ngxs/store

Package Overview
Dependencies
Maintainers
2
Versions
1322
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngxs/store - npm Package Compare versions

Comparing version 2.0.0-dev.3f115d8 to 2.0.0-dev.50da1fd

2

package.json
{
"name": "@ngxs/store",
"version": "2.0.0-dev.3f115d8",
"version": "2.0.0-dev.50da1fd",
"license": "MIT",

@@ -5,0 +5,0 @@ "peerDependencies": {

@@ -1,15 +0,15 @@

# @ngxs/store
<p align="center">
<img src="../docs/assets/logo.png">
<br />
NGXS is a state management pattern + library for Angular
<br />
<br />
<a href="https://gitter.im/ngxs-community/Lobby"><img src="https://badges.gitter.im/Join%20Chat.svg"></a> <a href="https://badge.fury.io/js/ngxs"><img src="https://badge.fury.io/js/ngxs.svg"></a> <a href="https://codeclimate.com/github/ngxs/store/maintainability"><img src="https://api.codeclimate.com/v1/badges/c53c013c16e87492cb1e/maintainability" /></a> <a href="https://codeclimate.com/github/ngxs/store/test_coverage"><img src="https://api.codeclimate.com/v1/badges/c53c013c16e87492cb1e/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> <a href="https://www.gitbook.io/book/ngxs/ngxs/activity"><img src="https://www.gitbook.io/button/status/book/ngxs/ngxs"></a>
</p>
---
```TS
// app.module.ts
import { NgxsModule } from '@ngxs/store';
@NgModule({
imports: [
NgxsModule.forRoot()
]
})
export class AppModule { }
```
* Learn about it on the [docs site](https://ngxs.gitbooks.io/ngxs/)
* See it in action on [Stackblitz](https://stackblitz.com/edit/ngxs-simple)
* Checkout the [sample application](https://github.com/ngxs/store/tree/master/integration)
* Learn about updates from the [changelog](CHANGELOG.md)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc