Most of our team’s current apps are built with the combination of both frameworks.
I won’t explain the reasons we use Meteor because that wasn’t your question (although I love talking about how great Meteor is every chance I’ve got) so I’ll just talk about Angular:
- Declarative approach – AngularJS is the leader in the declarative approach of Javascript frameworks. as we are working close with a lot of designers we can see how easy it is for them to understand to code. also getting new programmers into our team in much easier with AngularJS.
- Huge and great eco-system – Angular’s eco system is amazing. you have angular-x for everything. it’s a shame not to use that.
- It is now easier to combine them both – I’m obviously biased but our team wrote and maintain this library – angular-meteor and we’ve also released a tutorial for combining the two – angular-meteor tutorial
By the way – the current right answer is outdated. Meteor’s new templating engine (Blaze) is out and it’s great…