在Angular2-Meteor应用程序中使用聚合

时间:2017-06-23 05:57:43

标签: mongodb angular meteor aggregation-framework angular-meteor

有没有人在角度2中使用聚合框架的例子。我的文件中有这两行。 export const ProductsMongo = new Mongo.Collection('products'); export const Products = new MongoObservable.Collection(ProductsMongo);

我使用第一行进行聚合,第二行使用其他所有内容。肯定有更好的办法。

谢谢,

1 个答案:

答案 0 :(得分:0)

我想你在谈论Mongo聚合。 Mongo聚合总是在服务器端完成,因此它与Angular无关。要在Meteor中使用Mongo聚合,您可以使用此包:https://github.com/meteorhacks/meteor-aggregate