@ngxs/storage-plugin
Advanced tools
Comparing version 2.0.0-dev.4bcbc3a to 2.0.0-dev.4e7d464
{ | ||
"name": "@ngxs/storage-plugin", | ||
"description": "extendable storage plugin for @ngxs/store", | ||
"version": "2.0.0-dev.4bcbc3a", | ||
"version": "2.0.0-dev.4e7d464", | ||
"peerDependencies": { | ||
"@angular/core": "^5.0.0", | ||
"@ngxs/store": "2.0.0-rc.21" | ||
"@ngxs/store": "2.0.0-rc.22" | ||
}, | ||
@@ -9,0 +9,0 @@ "main": "bundles/ngxs-storage-plugin.umd.js", |
# @ngxs/storage-plugin | ||
```TS | ||
// app.module.ts | ||
import { NgxsModule } from '@ngxs/store'; | ||
import { NgxsStoragePluginModule } from '@ngxs/storage-plugin'; | ||
@NgModule({ | ||
imports: [ | ||
NgxsModule.forRoot(), | ||
NgxsStoragePluginModule.forRoot(), | ||
] | ||
}) | ||
export class AppModule { } | ||
``` | ||
Storage plugin for NGXS. See [repo](https://github.com/ngxs/store) for more info. |
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
74646
3