Results 2 comments of rbjs

> Here is a full working example :) [ng-photoswipe.zip](https://github.com/dimsemenov/PhotoSwipe/files/8644884/ng-photoswipe.zip) `npm install` & `npm start` @zedL zedL, have you chance to try photoswipe with latest Angular (v14.2) ? Your zipped Angular...

Got dirty work around for these issues: Enable **skipLibCheck** in tsconfig.app.json `{ //... compilerOptions: { "skipLibCheck": true, //... } }` This prevents Typescript from type-checking the entire imported libraries, so...