# @angular-mdl/datepicker

> Angular Material Design Lite - Date Picker Component

Latest version **15.0.0** (published 2022-12-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install @angular-mdl/datepicker
pnpm add @angular-mdl/datepicker
yarn add @angular-mdl/datepicker
bun add @angular-mdl/datepicker
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 15.0.0 |
| Published | 2022-12-23 |
| First published | 2017-04-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 98 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 556 |
| Maintainers | angular-mdl |
| Keywords | angular2, angular8, angular9, angular10, angular11, angular12, angular13, angular14, angular, material design lite, datepicker |

## Links

- npm: https://www.npmjs.com/package/@angular-mdl/datepicker
- Repository: https://github.com/mseemann/angular2-mdl
- Homepage: https://github.com/mseemann/angular2-mdl/tree/master/src/projects/datepicker
- Issues: https://github.com/mseemann/angular2-mdl/issues
- npm.io page: https://npm.io/package/@angular-mdl/datepicker

## Dependencies (1)

- [tslib](https://npm.io/package/tslib.md) ^2.0.0

## Recent versions

- 15.0.0 (latest) — 2022-12-23
- 8.0.0-alpha.2 (beta) — 2019-06-14
- 14.0.0 — 2022-06-05
- 13.0.0 — 2021-11-18
- 12.0.0 — 2021-05-15
- 11.0.0 — 2020-12-20
- 10.0.1 — 2020-08-10
- 10.0.0 — 2020-06-28
- 9.0.0 — 2020-02-07
- 8.0.0 — 2019-06-16
- 8.0.0-alpha.1 — 2019-06-13
- 6.0.0 — 2018-07-19
- 5.0.0 — 2018-04-09
- 0.0.4 — 2017-11-21
- 0.0.3 — 2017-05-26
- … 2 more at https://npm.io/package/@angular-mdl/datepicker/versions

## README

# DatePicker

### Installing

Install the package and moment!

    npm i --save @angular-mdl/datepicker
    npm i --save moment

import the MdlDatePickerModule and add it to your app.module imports:
    
    import { MdlDatePickerModule } from '@angular-mdl/datepicker';

import the scss file

    @import '~@angular-mdl/datepicker/datepicker';
    
### Usage & API

    Visit [demo] for usage examples and API summary.
    [demo]: http://mseemann.io/angular2-mdl/date-picker

---
_Source: https://npm.io/package/@angular-mdl/datepicker · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
