Skip to content
#

rxjs

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

platform
timdeschryver
timdeschryver commented Apr 22, 2022

Information

A question that I frequently see on various channels, is how to implement an effect without parameters.
Because this seems to be the number one question, I propose to add an example to the docs.

Documentation page

https://ngrx.io/guide/component-store/effect

I would be willing to submit a PR to fix this issue

  • Yes
  • No
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