# ngx-kor-time-ago

> Angular time pipe kor version!

Latest version **0.1.14** (published 2018-02-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install ngx-kor-time-ago
pnpm add ngx-kor-time-ago
yarn add ngx-kor-time-ago
bun add ngx-kor-time-ago
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.14 |
| Published | 2018-02-15 |
| First published | 2018-02-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 33.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | lyasee |
| Keywords | lyasee, ngx, time, ago, time ago |

## Links

- npm: https://www.npmjs.com/package/ngx-kor-time-ago
- Repository: https://github.com/lyasee/ngx-time-ago-kor
- Homepage: https://github.com/lyasee/ngx-time-ago-kor#readme
- Issues: https://github.com/lyasee/ngx-time-ago-kor/issues
- npm.io page: https://npm.io/package/ngx-kor-time-ago

## Alternatives

- [@js-joda/timezone](https://npm.io/package/@js-joda/timezone.md) — 383.4K weekly downloads
- [chartjs-adapter-moment](https://npm.io/package/chartjs-adapter-moment.md) — 210.8K weekly downloads
- [strftime](https://npm.io/package/strftime.md) — 171.2K weekly downloads
- [vue-flatpickr-component](https://npm.io/package/vue-flatpickr-component.md) — 115.8K weekly downloads
- [timepicker](https://npm.io/package/timepicker.md) — 51.0K weekly downloads

## Recent versions

- 0.1.14 (latest) — 2018-02-15
- 0.1.13 — 2018-02-15
- 0.1.7 — 2018-02-15
- 0.1.9 — 2018-02-15
- 0.1.2 — 2018-02-14
- 0.1.1 — 2018-02-14
- 0.0.1 — 2018-02-14
- 0.0.0 — 2018-02-14

## README

# NgxTimeAgoKor
[![NPM version](https://img.shields.io/npm/v/markdown-it.svg?style=flat)](https://www.npmjs.org/package/ngx-kor-time-ago)
[![Libraries.io for releases](https://img.shields.io/librariesio/release/hex/phoenix/1.0.3.svg)](https://github.com/lyasee/ngx-time-ago-kor)
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://github.com/lyasee/ngx-time-ago-kor)

**Angular time pipe kor version!**

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

# Installation
npm install --save ngx-kor-time-ago

# How to use

example

app.module.ts
```typescript
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { TimeAgoKorModule } from "ngx-kor-time-ago";
    
@NgModule({
    declarations: [
        AppComponent
    ],
    imports: [
        BrowserModule,
        TimeAgoKorModule
    ],
    providers: [],
    bootstrap: [AppComponent]
})  
export class AppModule { }
```

.ts
```typescript
export class AppComponent {  
	datetime = '2018-01-08 11:12:14';  
}  
```

.html
```html
<div>{{datetime | timeAgoKor}}</div>  
```

---
_Source: https://npm.io/package/ngx-kor-time-ago · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
