In Angular 2 I understand very bad. It is difficult to put the right question. If something goes wrong, please clarify in the comments.
The essence of the problem is this. There is a Semantic UI, I find a modal window and call it ...
jQuery(this.elementRef.nativeElement).find('.ui.basic.modal#enter-modal').modal('show'); The window is displayed. When I close, I cannot open the modal window a second time. I suspect that after closing, Angular 2 deletes it from the DOM tree. How to make it so that the modal window can be opened two or more times?