@ngxs/store
Advanced tools
Comparing version 2.0.0-dev.d5a5f04 to 2.0.0-dev.e2059ae
{ | ||
"name": "@ngxs/store", | ||
"version": "2.0.0-dev.d5a5f04", | ||
"version": "2.0.0-dev.e2059ae", | ||
"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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
331177