ng2-bootstrap-list-swipe
Description
A directive that adds swipe left / delete button behavior to the standard Bootstrap list-group-item.
Requirements
Bootstrap 3:
$ npm install bootstrap@3 --save
OR Bootstrap 4:
$ npm install bootstrap@^4.0.0-alpha.6 --save
Installation
To install this library, run:
$ npm install ng2-bootstrap-list-swipe --save
and then from your Angular AppModule
:
;
Angular CLI Config
"styles": ,
Template
Bootstrap 3:
{{ item.name }}
OR Bootstrap 4:
{{ item.name }}
Development
To generate all *.js
, *.d.ts
and *.metadata.json
files:
$ npm run build
To lint all *.ts
files:
$ npm run lint
License
MIT © Paul Hofferkamp