@rxap/ngx-timeago - v19.0.4-dev.0

This package provides Angular pipes and a directive for displaying dates and times in a human-readable "time ago" format. It includes a live pipe that updates automatically. The package also offers a formatter for converting dates into time ago strings.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

Add the package to your workspace:

yarn add @rxap/ngx-timeago

Install peer dependencies:

yarn add @angular/core @rxap/utilities rxjs 

Execute the init generator:

yarn nx g @rxap/ngx-timeago:init

Generators

Initialize the package in the workspace

nx g @rxap/ngx-timeago:init