Interesting use of Observable interval https://stackoverflow.com/questions/36663148/angular-2-time-ago-pipe
Stack Overflow
Angular 2 "time ago" pipe
I am trying to create a 'time ago' pipe for my Angular 2 application.
It should transform a date to a string such as '5 minutes ago' or '60 seconds ago'. It works nicely so far, but it doesn't upd...
It should transform a date to a string such as '5 minutes ago' or '60 seconds ago'. It works nicely so far, but it doesn't upd...
Як потрібно хендлити target="_blank" у Ангуляр проектах https://github.com/asciidoctor/asciidoctor/issues/2071
GitHub
Add rel="noopener noreferrer" to target="_blank". · Issue #2071 · asciidoctor/asciidoctor
rel="noopener noreferrer" should be added to links containing target="_blank" as a precaution against reverse tabnabbing. For more information, please refer to t...