Within my Angular / Meteor app I want to use the created id from a collection insert in a meteor method in the client.
Within a client Angular component the following me
I think the error is on the server-side meteor method:
Items.collection.insert(newItem)
With the added .collection it will return the new _id-string.