I simply want to create a date that is 3 days from now for use in a typescript angular component.
I have looked at Angular2 moment but this seems only to relate to pipes. Although I did see this article about using pipes in code, looks a bit hacky...
Maybe I'm missing something as this should be really simple?!
Thanks
... I need to just use the JavaScript Date
<= I prefer moment.js, it's more flexible in many situations and widely supported in many other apis. This is just personal preference though. – Storey