Jhan Carlos Del Rio

Results 2 comments of Jhan Carlos Del Rio

> Not the best option, but you can solve your problem by adding this code in your onInit() method in your modal > > ` const elements = document.querySelectorAll('[aria-hidden]'); elements.forEach(element...

> Angular 17.3.0 Typescript: 5.2.2 ng2-pdf-viewer: 10.4.0 > > I saw the same issue with SetIterator. Fixed it by adding "./typings.d.ts" in tsconfig.app.json -> include array. > > // typings.d.ts:...