@ngrx/effects
Advanced tools
Comparing version 17.1.1 to 17.2.0
{ | ||
"name": "@ngrx/effects", | ||
"version": "17.1.1", | ||
"version": "17.2.0", | ||
"description": "Side effect model for @ngrx/store", | ||
@@ -25,3 +25,3 @@ "repository": { | ||
"@angular/core": "^17.0.0", | ||
"@ngrx/store": "17.1.1", | ||
"@ngrx/store": "17.2.0", | ||
"rxjs": "^6.5.3 || ^7.5.0" | ||
@@ -28,0 +28,0 @@ }, |
"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 |
@@ -12,3 +12,3 @@ import { Observable } from 'rxjs'; | ||
functional?: false; | ||
}, DT extends DispatchType<C>, OT extends ObservableType<DT, OT>, R extends EffectResult<OT>>(source: () => R & ConditionallyDisallowActionCreator<DT, R>, config?: C): R & CreateEffectMetadata; | ||
}, DT extends DispatchType<C>, OTP, R extends EffectResult<OT>, OT extends ObservableType<DT, OTP>>(source: () => R & ConditionallyDisallowActionCreator<DT, R>, config?: C): R & CreateEffectMetadata; | ||
export declare function createEffect<Source extends () => Observable<unknown>>(source: Source, config: EffectConfig & { | ||
@@ -15,0 +15,0 @@ functional: true; |
@@ -0,1 +1,2 @@ | ||
import * as operators from '@ngrx/operators'; | ||
export { createEffect } from './effect_creator'; | ||
@@ -19,3 +20,6 @@ export { EffectConfig } from './models'; | ||
export { USER_PROVIDED_EFFECTS } from './tokens'; | ||
export { concatLatestFrom } from '@ngrx/operators'; | ||
export { provideEffects } from './provide_effects'; | ||
/** | ||
* @deprecated Use `concatLatestFrom` from `@ngrx/operators` instead. | ||
*/ | ||
export declare const concatLatestFrom: typeof operators.concatLatestFrom; |
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
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
506203
4409