Skip to content
#

rxjs

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

platform
markostanimirovic
markostanimirovic commented Jun 1, 2022
  1. Add angularCompilerOptions to projects/data-example-app/tsconfig.app.json:
"angularCompilerOptions": {
  "strictTemplates": true,
  "strictInjectionParameters": true,
  "strictInputAccessModifiers": true
}
  1. Fix compilation error in projects/data-example-app/src/board/board.component.html.
Accepting PRs Good First Issue community watch
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