@ngrx/component-store
Advanced tools
Comparing version 17.1.1 to 17.2.0
{ | ||
"name": "@ngrx/component-store", | ||
"version": "17.1.1", | ||
"version": "17.2.0", | ||
"description": "Reactive store for component state", | ||
@@ -5,0 +5,0 @@ "repository": { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.platformVersion = void 0; | ||
exports.platformVersion = '^17.1.1'; | ||
exports.platformVersion = '^17.2.0'; | ||
//# sourceMappingURL=libs-version.js.map |
@@ -0,3 +1,7 @@ | ||
import * as operators from '@ngrx/operators'; | ||
export * from './component-store'; | ||
export { tapResponse } from '@ngrx/operators'; | ||
export { provideComponentStore, OnStateInit, OnStoreInit, } from './lifecycle_hooks'; | ||
/** | ||
* @deprecated Use `tapResponse` from `@ngrx/operators` instead. | ||
*/ | ||
export declare const tapResponse: typeof operators.tapResponse; |
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
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
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
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
339581
3089