angular-confirm-modal

WebJar for angular-confirm-modal

License

License

Categories

Categories

Angular User Interface Web Frameworks
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

angular-confirm-modal
Last Version

Last Version

1.2.6
Release Date

Release Date

Type

Type

jar
Description

Description

angular-confirm-modal
WebJar for angular-confirm-modal
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/jameskleeh/angular-confirm

Download angular-confirm-modal

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/angular-confirm-modal/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>angular-confirm-modal</artifactId>
    <version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angular-confirm-modal/
implementation 'org.webjars.bower:angular-confirm-modal:1.2.6'
// https://jarcasting.com/artifacts/org.webjars.bower/angular-confirm-modal/
implementation ("org.webjars.bower:angular-confirm-modal:1.2.6")
'org.webjars.bower:angular-confirm-modal:jar:1.2.6'
<dependency org="org.webjars.bower" name="angular-confirm-modal" rev="1.2.6">
  <artifact name="angular-confirm-modal" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angular-confirm-modal', version='1.2.6')
)
libraryDependencies += "org.webjars.bower" % "angular-confirm-modal" % "1.2.6"
[org.webjars.bower/angular-confirm-modal "1.2.6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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 {
}

Versions

Version
1.2.6
1.2.5
1.2.3