1.0.0 • Published 6 years ago

ang5-bootstrap-datepicker v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Table of contents

  1. Getting Started
  2. Installation instructions
  3. Usage & Demo
  4. API
  5. Contributing

Getting Started

ang5-bootstrap-datepicker contains Bootstrap components powered by Angular. You don't need to include original JS components. We are using markup and css provided by Bootstrap.

Installation instructions

Install ang5-bootstrap-datepicker from npm

npm install ang5-bootstrap-datepicker --save

You will need bootstrap styles (Bootstrap 4)

<!--- index.html -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet">

To enable bootstrap 4 theme templates in ang5-bootstrap-datepicker, please read this .

Usage & Demo

Main source of API documentation and usage scenarios available here: https://

API

Check demo page for API reference

Contribution

Are very welcome! And remember, contribution is not only PRs and code, but any help with docs or helping other developers to solve issues are very appreciated! Thanks in advance!

Please read our contribution guidelines.