| Author: | biig-io |
|---|---|
| Official Page: | Go to website |
| Publish Date: | August 2, 2017 |
| License: | MIT |
Description:
ngx-smart-modal is a lightweight and very complete Angular component for managing modal inside any Angular project. It was built for modern browsers using TypeScript, SCSS, HTML5 and Angular >=4.0.0.
Features:
- Handle large quantity of modals anywhere in your app
- Customize the style of your modals through custom CSS classes
- No external CSS library is used so you can easily override the modals default style
- Pass data to any modal, and retrieve it very simply in the modal view
- Events on
open,closeanddismissfor each modal - Manage all your modal stack and data with very fast methods
- Very smart
z-indexcomputation (no ugly glitches or problems with a modal inside another) - A modal in a modal in a modal in a modal… I guess you got it!
- AoT compilation support
Installation:
npm i ngx-smart-modal –save