A Simple Modal Library For Angular 2+

Author: czeckd
Official Page: Go to website
Publish Date: April 12, 2017
License: MIT

Description:

Simple-modal is a lightweight, reusable Angular 2.3.0 or greater compatible solution that will create a modal dialog, add it to the DOM, and then remove the modal from the DOM when it is dismissed. The modal returns a promise indicating which button was pressed to dismiss the modal that then optionally can be used for further processing.

Installation:

# NPM
$ npm install angular-simple-modal

Preview:

A Simple Modal Library For Angular 2+


You Might Be Interested In:

Add Comment