# @ztftrue/angular-datetime-picker

> This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.7.

Latest version **0.0.4** (published 2020-06-10) · 0 weekly downloads

## Install

```sh
npm install @ztftrue/angular-datetime-picker
pnpm add @ztftrue/angular-datetime-picker
yarn add @ztftrue/angular-datetime-picker
bun add @ztftrue/angular-datetime-picker
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2020-06-10 |
| First published | 2020-06-08 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 310.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | ztftrue |

## Links

- npm: https://www.npmjs.com/package/@ztftrue/angular-datetime-picker
- npm.io page: https://npm.io/package/@ztftrue/angular-datetime-picker

## Dependencies (1)

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

## Recent versions

- 0.0.4 (latest) — 2020-06-10
- 0.0.3 — 2020-06-08
- 0.0.2 — 2020-06-08
- 0.0.1 — 2020-06-08

## README

# AngularDatetimePicker

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.7.

## how to use

install:

```sh
npm i @ztftrue/angular-datetime-picker
```

in your ```.module.ts```

```ts
import { AngularDatetimePickerModule } from '@ztftrue/angular-datetime-picker';

 imports: [
    AngularDatetimePickerModule
  ]
```

in the html

```html
    <lib-angular-datetime-picker [(value)]="timeValue" ></lib-angular-datetime-picker>
```

The timeValue is default and output time.

Input type control show view. when type is date show date selector,time show time selector . datetime show date and time selector.

[demon](https://ztftrue.github.io/xmind-frontend-work/)

[github](https://github.com/ZTFtrue/AngularDatetimePicker)

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