Dany ParedesProdanywalls.comยทJun 4, 2024How to Use NgRx Selectors in AngularIn NgRx, when we want to get data from the store, the easiest way is by using store.select. It allows us to get any slice of the state. Yes, it sounds funny, but any slice returns an Observable<any>. For example: It is flexible but also risky becaus...476 readsAngularNgRxAdd a thoughtful commentNo comments yetBe the first to start the conversation.