UNPKG

ngx-imagesloaded

Version:

[![NPM Version](https://img.shields.io/npm/v/ngx-imagesloaded.svg?style=flat-square)](https://www.npmjs.com/package/ngx-imagesloaded) [![NPM Size + Gzip](https://img.shields.io/bundlephobia/minzip/ngx-imagesloaded.svg?style=flat-square)](https://www.npmjs

33 lines (32 loc) 897 B
{ "name": "ngx-imagesloaded", "version": "0.1.1", "peerDependencies": { "@angular/common": "^6.0.0-rc.0 || ^6.0.0", "@angular/core": "^6.0.0-rc.0 || ^6.0.0" }, "dependencies": { "imagesloaded": "^4.1.4", "tslib": "^1.9.0" }, "repository": { "type": "git", "url": "git+https://github.com/zgabievi/ngx-imagesloaded.git" }, "keywords": [ "imagesloaded", "images" ], "author": "Zura Gabievi <zura.gabievi@gmail.com>", "license": "MIT", "main": "bundles/ngx-imagesloaded.umd.js", "module": "fesm5/ngx-imagesloaded.js", "es2015": "fesm2015/ngx-imagesloaded.js", "esm5": "esm5/ngx-imagesloaded.js", "esm2015": "esm2015/ngx-imagesloaded.js", "fesm5": "fesm5/ngx-imagesloaded.js", "fesm2015": "fesm2015/ngx-imagesloaded.js", "typings": "ngx-imagesloaded.d.ts", "metadata": "ngx-imagesloaded.metadata.json", "sideEffects": false }