gabrielguerrero / ngrx-traits

NGRX Traits is a library to help you compose and reuse state logic in your angular app. There is two versions, @ngrx-traits/signals supports ngrx-signals, and @ngrx-traits/{core, common} supports ngrx.
MIT License
66 stars 3 forks source link

Fix/several fixes #55

Closed gabrielguerrero closed 5 months ago

gabrielguerrero commented 5 months ago

withEntitiesRemoteScrollPagination setEntitiesResult now accepts besides { entities , total} also {entities, hasMore}, or just {entities}, in the last case it will know there are no more entities if the returned entities are less than the requested size