@ngrx/store
Advanced tools
Comparing version 15.2.1 to 15.3.0
{ | ||
"name": "@ngrx/store", | ||
"version": "15.2.1", | ||
"version": "15.3.0", | ||
"description": "RxJS powered Redux for Angular apps", | ||
@@ -5,0 +5,0 @@ "repository": { |
"use strict"; | ||
exports.__esModule = true; | ||
exports.platformVersion = void 0; | ||
exports.platformVersion = '^15.2.1'; | ||
exports.platformVersion = '^15.3.0'; | ||
//# sourceMappingURL=libs-version.js.map |
@@ -10,3 +10,3 @@ import { ActionReducer, Selector } from './models'; | ||
declare type BaseSelectors<AppState extends Record<string, any>, FeatureName extends keyof AppState & string, FeatureState extends AppState[FeatureName]> = FeatureSelector<AppState, FeatureName, FeatureState> & NestedSelectors<AppState, FeatureState>; | ||
declare type SelectorsDictionary = Record<string, Selector<Record<string, any>, unknown>>; | ||
declare type SelectorsDictionary = Record<string, Selector<Record<string, any>, unknown> | ((...args: any[]) => Selector<Record<string, any>, unknown>)>; | ||
declare type ExtraSelectorsFactory<FeatureName extends string, FeatureState, ExtraSelectors extends SelectorsDictionary> = (baseSelectors: BaseSelectors<Record<string, any>, FeatureName, FeatureState>) => ExtraSelectors; | ||
@@ -13,0 +13,0 @@ declare type NotAllowedFeatureStateCheck<FeatureState> = FeatureState extends Required<FeatureState> ? unknown : 'optional properties are not allowed in the feature state'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1050560
9042