F

Fox Root • 490 Points
Goal Maker

Q. Which method is used to read data from the store?

Code:
this.store.select(selectUsers);
  • (A) dispatch()
  • (B) emit()
  • (C) select()
  • (D) subscribeState()
  • Correct Answer - Option(C)
  • Views: 1
  • Filed under category NgRx Store
  • Hashtags:

Explanation by: Fox Root
select() is used to retrieve state slices using selectors.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.