0.1.14 • Published 6 years ago

time-ago-kor v0.1.14

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

NgxTimeAgoKor

NPM version Libraries.io for releases Gitter

Angular time pipe kor version!

This project was generated with Angular CLI version 1.6.8.

Installation

npm install --save time-ago-kor

How to use

example

app.module.ts

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

.ts

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

.html

<div>{{datetime | timeAgoKor}}</div>  
0.1.14

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.0.3

6 years ago

0.0.0

6 years ago

0.0.2

7 years ago

0.0.1

7 years ago