UNPKG

ng-time-past-pipe

Version:

Reactive textual representation of the time that has been passed between a given date and now in your Angular App.

4 lines (3 loc) 158 B
import { InjectionToken } from '@angular/core'; import { Observable } from 'rxjs'; export declare const TIME_PAST_TICKER: InjectionToken<Observable<number>>;