Skip to content
#

rxjs

Here are 3,047 public repositories matching this topic...

platform
5im0n
5im0n commented Apr 25, 2022

@ngneat/elf-entities

No response

Description

Add entity action as they are in Akita: https://datorama.github.io/akita/docs/entities/query-entity/#entity-actions

Proposed solution

import { selectEntityAction, EntityActions  } from '@ngneat/elf-entities';

// Listen for a specific action
store.query(selectEntityAction(EntityActions.Set)).subscribe(newIds => {
enhancement good first issue

Improve this page

Add a description, image, and links to the rxjs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rxjs topic, visit your repo's landing page and select "manage topics."

Learn more