UNPKG

@ngneers/easy-ngrx-distinct-selector

Version:

Provides functions to easily create @ngrx/store selectors with equal functions for arguments and result values.

32 lines 786 B
{ "name": "@ngneers/easy-ngrx-distinct-selector", "version": "19.0.0", "description": "Provides functions to easily create @ngrx/store selectors with equal functions for arguments and result values.", "repository": "https://github.com/MaSch0212/easy-ngrx-distinct-selector.git", "author": { "name": "Marc Schmidt (MaSch0212) @ NGneers", "url": "https://github.com/NGneers" }, "license": "MIT", "type": "module", "exports": { ".": { "import": "./esm/index.js", "require": "./cjs/index.js" } }, "main": "./cjs/index.js", "keywords": [ "@ngrx", "ngrx", "@ngrx/store", "selector", "distinct", "distinctUntilChanged", "equal" ], "peerDependencies": { "@ngrx/effects": "19", "@ngrx/store": "19" } }