UNPKG

ng-modals

Version:

Make a modal in angular extremely easily with ng-modals. Installation to have a modal pop up is quick and easy.

39 lines (38 loc) 986 B
{ "name": "ng-modals", "version": "1.0.4", "peerDependencies": { "@angular/common": "^6.0.0-rc.0 || ^6.0.0", "@angular/core": "^6.0.0-rc.0 || ^6.0.0" }, "description": "Make a modal in angular extremely easily with ng-modals. Installation to have a modal pop up is quick and easy.", "keywords": [ "Angular", "Modal", "Pop-up", "Pop up", "Angular 2", "Angular 4", "Angular 6", "Modals" ], "author": "Riley Worthen", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/sagitarious12/ng-modals.git" }, "main": "bundles/ng-modals.umd.js", "module": "fesm5/ng-modals.js", "es2015": "fesm2015/ng-modals.js", "esm5": "esm5/ng-modals.js", "esm2015": "esm2015/ng-modals.js", "fesm5": "fesm5/ng-modals.js", "fesm2015": "fesm2015/ng-modals.js", "typings": "ng-modals.d.ts", "metadata": "ng-modals.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^1.9.0" } }