Hi Guys,
I’m working with my first angular2-meteor app. But I’m stuck with this pub/sub problem.
When I do an insert through meteor method the data inserted only in the server mongo.In short the data does not store in client(minimongo).
it only sync when I activate the autopublish.
I hope someone will help me. Here’s the public repo to troubleshoot faster.
Component: https://github.com/kevinklinegargar/ezin/blob/master/client/imports/app/dashboard/channels/channels.component.ts
Github: https://github.com/kevinklinegargar/ezin