I have 3 Components A, B, and C in my angular project. I have used default routing
''' '''
I am navigating from A-> B -> C and C is my result page. What I observed is even though I am at C, component A is still running in the background. How to kill A here?