0.0.3 • Published 7 years ago

ngbs-dialog v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Angular dialog

Simple dialog component for Angular-Bootstrap apps

Warning - this component was created specially for using in Angular apps with Bootstrap based view. So be sure you know what you do

Tested on:

{
  "@angular/core": "^2.4.5",
  "bootstrap": "^3.3.7"
}

Install via npm:

$ npm install --save ngbs-dialog

Usage:

import { NgModule } from '@angular/core';
import { DialogModule } from 'ngbs-dialog';

@NgModule({
  imports: [ DialogModule ]
})
export class AppModule { }