@ngrx/component-store
Advanced tools
Changelog
18.1.1 (2024-10-29)
<a name="18.1.0"></a>
Injector
of rxMethod
instance caller if available (#4529) (ffc1d87), closes #4528<a name="18.0.2"></a>
Changelog
18.1.1 (2024-10-29)
<a name="18.1.0"></a>
Injector
of rxMethod
instance caller if available (#4529) (ffc1d87), closes #4528<a name="18.0.2"></a>
Changelog
18.0.2 (2024-07-31)
<a name="18.0.1"></a>
Changelog
18.0.1 (2024-06-27)
idKey
with selectId
when defining custom entity ID (#4396) (67a5a93), closes #4217 #4392<a name="18.0.1"></a>
Changelog
18.0.1 (2024-06-27)
idKey
with selectId
when defining custom entity ID (#4396) (67a5a93), closes #4217 #4392<a name="18.0.1"></a>
Changelog
Changelog
18.0.0-rc.0 (2024-06-10)
BEFORE:
import { concatLatestFrom } from '@ngrx/effects';
AFTER:
import { concatLatestFrom } from '@ngrx/operators';
BEFORE:
import { tapResponse } from '@ngrx/component-store';
AFTER:
import { tapResponse } from '@ngrx/operators';
<a name="18.0.0-beta.1"></a>
Changelog
18.0.0-beta.1 (2024-05-20)
<a name="18.0.0-beta.0"></a>
Changelog
18.0.0-beta.0 (2024-05-20)
tapResponse
(#4321) (0ae21c9), closes #4261concatLatestFrom
(#4311) (d264c56), closes #4262mapResponse
(#4302) (c460920), closes #4230BEFORE:
The minimum required version of Angular is 17.x
AFTER:
The minimum required version of Angular is 18.x
BEFORE:
There was a separation between the Action and TypedAction interfaces.
AFTER:
The Action interface accepts a generic type parameter that represents the payload type (defaults to string). The TypedAction interface is removed.
<a name="17.2.0"></a>
Changelog
17.2.0 (2024-04-11)
tapResponse
export (#4259) (a5958a0)concatLatestFrom
export (#4260) (79674b7)<a name="17.1.1"></a>