ng-turkey/ngxs-reset-plugin

View on GitHub
src/package.json

Summary

Maintainability
Test Coverage
{
  "name": "ngxs-reset-plugin",
  "version": "3.0.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ng-turkey/ngxs-reset-plugin.git"
  },
  "license": "MIT",
  "homepage": "https://github.com/ng-turkey/ngxs-reset-plugin#readme",
  "bugs": {
    "url": "https://github.com/ng-turkey/ngxs-reset-plugin/issues"
  },
  "description": "Reset plugin for NGXS: Effortlessly clears, resets, or overwrites NGXS states respecting the state tree.",
  "keywords": [
    "ngxs",
    "plugin",
    "reset plugin",
    "clear plugin",
    "reset state",
    "clear state",
    "overwrite state",
    "erase state",
    "replace state",
    "state defaults"
  ],
  "peerDependencies": {
    "@angular/core": ">=14.0.0",
    "@ngxs/store": ">=0.0.0",
    "rxjs": ">=6.0.0"
  }
}