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.
6 lines (5 loc) • 360 B
TypeScript
export * from './lib/time-past.pipe';
export { TimeDiffGenerator, defaultTimeDiffGenerator, CUSTOM_TIME_DIFF_GENERATOR, } from './lib/time-diff';
export { UpdateIntervalGenerator, defaultUpdateIntervalGenerator, CUSTOM_UPDATE_INTERVAL_GENERATOR, } from './lib/time-interval';
export { TAInput } from './lib/time-past';
export * from './lib/time-past.service';