1.2.0 • Published 10 years ago

angular-confirm v1.2.0

Weekly downloads
950
License
Apache
Repository
github
Last release
10 years ago

angular-confirm

Build Status

Confirm modal dialog for Angular 2! (NOT YET IMPLEMENTED)

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 {
}
2.0.0-alpha.2

9 years ago

1.2.6

9 years ago

1.2.5

9 years ago

1.2.4

9 years ago

1.2.3

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.5

10 years ago