I want to remove an opened modal on a page but I could not access to this div element that lock the document,
I could not access to this div, to define an ID or Name to remove it by Renderer2,
<div class="modal-backdrop fade show"></div>
something like this,
this.renderer.removeChild(document.body, HTMLDivElement);