Meteor-files: How to use this in angular2 meteor?

Created on 23 May 2016  路  7Comments  路  Source: veliovgroup/Meteor-Files

Angular help wanted

Most helpful comment

A code example would help a lot. All I can say is that I've successfully added SimpleSchema in a similar case. This is a SimpleSchema exception anyway and may not belong to this lib.

All 7 comments

I don't use angular, but if you will post your code here, I'll help you.
Or you may ask at our Gitter

Thanks for your response. I have changed the client code for angular2. Now its working fine for me.
Is there any option to modify the collection schema as per our need. For example i need the below format,
{ "source" : "csv", "metadata" : { --all other fields goes here-- } }

Thanks. Let me try this

As per the document i have added schema and attached to default schema. But while uploading file its showing some error
screen shot 2016-05-23 at 4 02 21 pm

A code example would help a lot. All I can say is that I've successfully added SimpleSchema in a similar case. This is a SimpleSchema exception anyway and may not belong to this lib.

Thanks @menelike for the help. Actually i have forgotten to extend the default schema.That was the issue. Now its working fine.

Was this page helpful?
0 / 5 - 0 ratings