ngx-db-modal
v0.0.5
Published
Open modal window (dialog box) for your angular applications using bootstrap3.
Downloads
3
Readme
ngx-modal
Easy modal windows for Angular applications with bootstrap3. If you don't want to use it without bootstrap - simply create proper css classes.
Installation
Install npm module:
npm install ngx-db-modal --save
System.js: you should add this into
map
andpackage
config:{ "map": { "ngx-boot-modal": "node_modules/ngx-db-modal" }, "packages": { "ngx-boot-modal": { "main": "index.js", "defaultExtension": "js" } } }