There are cases where users need to add and remove DOM elements using Angular's Renderer2. However, when DOM elements are created using Renderer2's .createElement(), it is leaving the traces the DOM ...
The problem is around Renderer2 listen method and NgZone runOutsideAngular method. About repro application: I have simple page with div at the center of it. In ngAfterViewInit lifecycle hook I add ...