Skip to content

Rselvaraj22/ngx-db-modal

Repository files navigation

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

  1. Install npm module:

    npm install ngx-db-modal --save

  2. System.js: you should add this into map and package config:

    {
        "map": {
            "ngx-boot-modal": "node_modules/ngx-db-modal"
        },
        "packages": {
            "ngx-boot-modal": { "main": "index.js", "defaultExtension": "js" }
        }
    }

About

TypeScript DB modal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published