Hatem
Results
1
comments of
Hatem
I was have same issue with chrome then i just solve it by wrap the code inside setTimeout like ``` setTimeout(() => { this.modalService.open('modalId'); }, 0); ```