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.
Add the package to your workspace:
Example :yarn add @rxap/ngx-timeagoInstall peer dependencies:
Example :yarn add @angular/core @rxap/utilities rxjs Execute the init generator:
Example :yarn nx g @rxap/ngx-timeago:initExample :Initialize the package in the workspace
nx g @rxap/ngx-timeago:init