UNPKG

ng-image-fullscreen-view

Version:

An Angular responsive image full screen viewer. Also support youtube and mp4 video urls, captures swipes from phones and tablets, Compatible with Angular Universal, Captures keyboard next/previous arrow.

38 lines 1.33 kB
{ "name": "ng-image-fullscreen-view", "version": "3.0.3", "description": "An Angular responsive image full screen viewer. Also support youtube and mp4 video urls, captures swipes from phones and tablets, Compatible with Angular Universal, Captures keyboard next/previous arrow.", "peerDependencies": { "@angular/common": "^11.0.7", "@angular/core": "^11.0.7" }, "keywords": [ "Angular", "Image full screen popup", "Image popup", "responsive Angular image view", "responsive slider", "image viewer" ], "author": "Sanjay V <skumarverma45@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/sanjayV/ng-image-fullscreen-viewer.git" }, "homepage": "https://github.com/sanjayV/ng-image-fullscreen-viewer", "dependencies": { "tslib": "^2.0.0" }, "bugs": { "url": "https://github.com/sanjayV/ng-image-fullscreen-viewer/issues" }, "main": "bundles/ng-image-fullscreen-view.umd.js", "module": "fesm2015/ng-image-fullscreen-view.js", "es2015": "fesm2015/ng-image-fullscreen-view.js", "esm2015": "esm2015/ng-image-fullscreen-view.js", "fesm2015": "fesm2015/ng-image-fullscreen-view.js", "typings": "ng-image-fullscreen-view.d.ts", "metadata": "ng-image-fullscreen-view.metadata.json", "sideEffects": false }