SetInterval though running outside ngZone, is triggering ngZone.onStable in component-loader.class.js. Which is causing tooltip to run Positioning until interval is cleared. I added carousel which ...
Adding any kind of setTimeout or setInterval will create a memory allocation which never gets cleared every time the callback is run. This is an iOS only issue but has been present since at least 0.59 ...