vip20 / angular-confirm

Confirmation modal dialog for AngularJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-confirm

Build Status

Confirm modal dialog for Angular 2!

The AngularJS version is maintained in the 1.2.x branch

See demo

Install

This module requires the Ng-Bootstrap NgbModal. The default template uses styles from Bootstrap 4.x.

To install with npm:

npm install --save angular-confirm

Then simply add a dependency to the angular-confirm module:

import {ConfirmModule} from 'angular-confirm';

@NgModule({
  ...
  imports: [ConfirmModule, ...],
  ...
})
export class AppModule {
}

About

Confirmation modal dialog for AngularJS

License:Apache License 2.0


Languages

Language:TypeScript 95.7%Language:JavaScript 4.3%