Gabriel Guerrero

Results 16 issues of Gabriel Guerrero

New default debounce for withEntitiesLocal and Remote Filter New docs

The idea of this store feature is that when added to a configuration that has withEntities and/or withEntities*Filter and withEntities*Sort* and/or withEntities*Pagination will read from the url and update the...

enhancement
signals

In withEntitiesSingleSelection deselectEntity and deselect[Collection]Entity methods should not receive any param

released on @beta

This is to support ngrx 18 and ngrx-signals 18

released on @beta

Currently we can not create a custom store features with generics that use entity and collection pass to the withEntities* for example ```typescript export function withEntityMethods< Entity extends { id:...

Allow override the sortFunction used in the entities sort fix #131

Make all the withEntities*Filter generate a entitiesFilter that is a deepComputed instead of a computed, it will help with mapping the filter to a form and improve rendering

released on @beta

It will be nice if withStateLogger could log computed signals besides normal state

released on @beta

Just a ticket for the new docs site app we been working on

This new store feature is to solve fairly common use case of having calls for a list of entities that either load more info of the entity no initialy loaded,...