What are the differences between the two libraries I should be aware of? Is there a general community consensus yet as to which one to use? Most of the posts talk about ng2-translate but they seem similar and angular2localization seems like it has more features.
The main differences I see is that
angular2localization supports currency and time,
ng2-translate allows you to create templates that take a value into it. But this doesn't seem a big issue as you can just use the variable in the code instead of the template...
Is there anything I'm missing out in my decision?