How to use MongoDBs aggregate `$lookup` as `findOne()`
So as you all know, find() returns an array of results, with findOne() returning just a simply object. With Angular, this makes a huge difference. Instead of going {{myresult[0].name}}, I can simply
https://stackoverflow.com/questions/37691727/how-to-use-mongodbs-aggregate-lookup-as-findone