ikaedesu
Results
1
issues of
ikaedesu
such as this page: [https://angular-meteor.com/tutorials/socially/angular1/3-way-data-binding](https://angular-meteor.com/tutorials/socially/angular1/3-way-data-binding) It describe by use mongo as collection. ``` import { Mongo } from 'meteor/mongo'; export const Parties = new Mongo.Collection('parties') ``` and then in component...