UNPKG
ngx-bootstrap-confirm
Version:
latest (4.0.3)
4.0.3
4.0.2
4.0.1
4.0.0
3.0.3
3.0.2
3.0.1
3.0.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.1.0
2.0.0
1.0.0
0.0.2
0.0.1
0.0.0
Bootstrap confirm provider for Angular 11+
www.9lessons.info
srinivastamada/ngx-bootstrap-confirm
ngx-bootstrap-confirm
/
lib
/
ngx-bootstrap-confirm.service.d.ts
8 lines
(7 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
BsModalRef
,
BsModalService
}
from
'ngx-bootstrap/modal'
;
export
declare
class
NgxBootstrapConfirmService
{
private
modalService;
modalRef
:
BsModalRef
;
constructor
(
modalService
:
BsModalService
);
confirm
(
options
:
any
):
Promise
<
any
>; }