Questions tagged [angular]

39 questions
1
vote
1 answer

Angular 11 NgRx state management handling subscribe and unsubscribe in most effective way

Why I'm writing this question is to get more information and to gain more knowledge for state management and best practices. I have been using NgRx as state management on my angular 11 project everything was fine at least I thought like…
-1
votes
1 answer

Angular how to organize code in component and service

I have an Angular componente with two childs that requieres to share some data extracted from a http request. A service perform all the http request, and the parent component gets that data and manipulate it before it's shared to the child…