angular-architects / ngrx-toolkit

Various Extensions for the NgRx Signal Store
MIT License
146 stars 22 forks source link

clear updateSelectedEntities #30

Open pdsavard opened 6 months ago

pdsavard commented 6 months ago

Hi, do we have a way to clear all the content of SelectedEntities or SelectedIds. I currently have a grid without multiselection enabled, and I need to keep track of the selected item. I can add it updateSelectedEntities(id, true) but I need to remove the old one before.