Lucas Otaño
Results
1
issues of
Lucas Otaño
I'm using Ionic 3 with lazy loading. I need to call the close function from a button. I've been doing this so far: var x = document.getElementsByClassName('wkt-close')[0] as HTMLElement; x.click();...