Every Angular App has multiple components which we use to represent different types of data. And, usually the data to display in a component comes in through an Observable wired to a Rest API call to the backend. When we create a component in Angular, there are multiple ways we consume such an observable andContinue reading “The Proper Way to Destroy Angular Components”