Skip to content
#

oop

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

NetanelBasal
NetanelBasal commented Dec 4, 2020

Developers that comes from ngrx sometimes want similar functionality as effects in ngrx. I think it'll be nice to develop a package that provides this functionality if someone wants to use it.

Here's what I imagine: ( I'm open to any other suggestions )

import { Actions } from '@datorama/akita-effects';

export class TodosComponent {
  todos$ = this.query.selectAll();

  construc

Improve this page

Add a description, image, and links to the oop 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 oop topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.