UNPKG

ngx-smart-popover

Version:

Simple popover control for your angular (v4+) applications using bootstrap4 with smart reflection logic when overflowing the viewport. This is a continuation of ngx-popover (https://github.com/pleerock/ngx-popover). If you want to use it without bootstrap

53 lines (52 loc) 1.24 kB
{ "name": "ngx-smart-popover", "version": "1.5.0", "repository": { "type": "git", "url": "git+https://github.com/lsqlabs/ngx-smart-popover.git" }, "keywords": [ "popover", "angular", "angular2", "angular4", "angular5", "angular6", "angular7", "angular8", "angular9", "ng", "ngx", "ng2", "smart", "bootstrap", "tooltip" ], "author": { "name": "lsqlabs", "email": "developers@lsq.com" }, "license": "MIT", "bugs": { "url": "https://github.com/lsqlabs/ngx-smart-popover/issues" }, "homepage": "https://github.com/lsqlabs/ngx-smart-popover#readme", "peerDependencies": { "@angular/common": ">=6.0.0", "@angular/core": ">=6.0.0", "bootstrap": "^4.0.0" }, "main": "bundles/ngx-smart-popover.umd.js", "module": "fesm5/ngx-smart-popover.js", "es2015": "fesm2015/ngx-smart-popover.js", "esm5": "esm5/ngx-smart-popover.js", "esm2015": "esm2015/ngx-smart-popover.js", "fesm5": "fesm5/ngx-smart-popover.js", "fesm2015": "fesm2015/ngx-smart-popover.js", "typings": "ngx-smart-popover.d.ts", "metadata": "ngx-smart-popover.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^1.9.0" } }