UNPKG

ng-modal-flexible

Version:

> A simple, light-weight, highly customizable modal for Angular 2+ projects.

42 lines (41 loc) 986 B
{ "name": "ng-modal-flexible", "author": "Eldhose Maliyakel", "license": "ISC", "version": "1.0.6", "peerDependencies": { "@angular/common": "^8.2.14", "@angular/core": "^8.2.14" }, "repository": { "type": "git", "url": "https://github.com/eldhosemaliyakel/ng-modal-flexible" }, "keywords": [ "Angular", "Modal", "Modals", "Pop up", "Pop-up", "Angular 2+", "Angular 2", "Angular 4", "Angular 5", "Angular 6", "Angular 7", "Angular 8" ], "main": "bundles/ng-modal-flexible.umd.js", "module": "fesm5/ng-modal-flexible.js", "es2015": "fesm2015/ng-modal-flexible.js", "esm5": "esm5/ng-modal-flexible.js", "esm2015": "esm2015/ng-modal-flexible.js", "fesm5": "fesm5/ng-modal-flexible.js", "fesm2015": "fesm2015/ng-modal-flexible.js", "typings": "ng-modal-flexible.d.ts", "metadata": "ng-modal-flexible.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^1.9.0" } }