UI elements

ng2-bs3-modal

Angular 2 ng2 bs3 Modal by Dougludlow

A modal dialog window for Angular based on Bootstrap 3.

Project website https://github.com/dougludlow/ng2-bs3-modal

Documentation https://github.com/dougludlow/ng2-bs3-modal

License MIT

Demos
1. https://dougludlow.github.io/ng2-bs3-modal/ng2-bs3-modal/

Dependencies

“@angular/animations”: “^6.0.3”,
“@angular/common”: “^6.0.3”,
“@angular/compiler”: “^6.0.3”,
“@angular/core”: “^6.0.3”,
“@angular/forms”: “^6.0.3”,
“@angular/http”: “^6.0.3”,
“@angular/platform-browser”: “^6.0.3”,
“@angular/platform-browser-dynamic”: “^6.0.3”,
“@angular/router”: “^6.0.3”,
“bootstrap”: “^3.3.7”,
“core-js”: “^2.5.4”,
“jquery”: “^3.3.1”,
“rxjs”: “^6.0.0”,
“zone.js”: “^0.8.26”

NPM

https://www.npmjs.com/search?q=ng2-bs3-modal

npm i ng2-bs3-modal

Features

  • works with Bootstrap 3
  • title + content
  • backdrop
  • fade in/out animations
  • close on ‘ESC’ key
  • many events
  • hide button
  • multiple modals inside a component
  • custom size
  • modal in ngFor
  • validation
  • autofocus

You may also like...