0.1.14 • Published 7 years ago

time-ago-kor v0.1.14

Weekly downloads
4
License
MIT
Repository
github
Last release
7 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

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.0.3

7 years ago

0.0.0

7 years ago

0.0.2

8 years ago

0.0.1

8 years ago