Hi! I'm working on an Angular app that needs to display maps in different components. When each component is creating its own map after couple of switching between components displaying maps the browser memory started to increase until at some point completely crushes. This is especially easy to replicate on Chrome Dev Tools are opened. My question is what is proper way of releasing the map and all its resources (layers, graphics) in order to avoid the huge memory leak?