ngx-timeago icon indicating copy to clipboard operation
ngx-timeago copied to clipboard

⏰ Live updating timestamps in Angular 6+

Results 20 ngx-timeago issues
Sort by recently updated
recently updated
newest added

Using `timeago:false` shows `x seconds ago` it's good to show `a few seconds ago`. ![Screenshot from 2022-07-18 12-34-17](https://user-images.githubusercontent.com/25609136/179459878-9a4792bc-c4c3-4de3-aaa4-f13dedb52854.png)

## Current behavior Unable to run the application. Compilation goes fine. But in browser we get a blank page with the following error in console, ``` main.ts:12 NullInjectorError: R3InjectorError(AppModule)[TimeagoIntl ->...

## Current behavior When going from Angular 12 to 13, my tests started showing this error: `Importing TimeagoModule which does not have a ɵmod property` ## Expected behavior ngx-timeago should...

Probably due to resolving an observable, but TimeAgo only works on the browser. If implemented with SSR, SSR hangs and the page never loads.

This PR resolves issue #43 Incorrect behaviour: If time passed to timeago pipe is less than 1 day then ssr waits for clock tick to refresh text returned by pipe....

Add an ngZone exclusion to prevent the macro task running in the background. Need this update to help Protractor (e2e test) not hang indefinitely.

After upgrade to version 2, this warning happens in the compilation. With the last stable release, these warnings don't happen. Angular version: 10.1.5 ![image](https://user-images.githubusercontent.com/27009352/95610195-d19b9900-0a57-11eb-8772-3be5f3a00055.png)

Having below error in angular 9 ``` Angular CLI: 9.0.3 Node: 12.19.0 OS: linux x64 Angular: 9.0.3 ``` `ERROR in Maximum call stack size exceeded `

## Current behavior ## Expected behavior ## How do you think that we should fix this? ## Minimal reproduction of the problem with instructions ## Environment ngx-timeago version: ^1.0.4 Angular...