I'm writing an angular app, and I'm using addEventListener
for several events. My question is, when the route changes, are the event listeners still active? And if so do they need to be manually removed to prevent memory leaks?
I'm targeting modern browsers: Safari, Firefox, Chrome, IE >= 10