0

In Akita I could

return noop

but after the upgrade they left this instruction as they removed noop as a breaking change;

Remove noop - use the of() observable. done

what does that mean? an example please?

Choco
  • 1,189
  • 1
  • 14
  • 29

1 Answers1

1

of() observable is the equivalent of noop only that it's built-in in RxJS.

Bazinga
  • 10,716
  • 6
  • 38
  • 63