UNPKG

angular2-moment

Version:

Moment.JS pipes for Angular2 (timeago and more)

6 lines (5 loc) 227 B
import { PipeTransform } from '@angular/core'; import * as moment from 'moment'; export declare class LocalTimePipe implements PipeTransform { transform(value: Date | moment.Moment | string | number): moment.Moment; }