I'm relatively new to meteor, but have already some experience in AngularJS. Therefore I have "angular-meteor" installed. I also have a bit played around with it and am very happy with it. Now I have only the problem that if I, for example, wants the package "meteor-uploads" use, I always receive the error message:
Token '>' not a primary expression at column 1 of the expression [> upload_bootstrap] starting at [> upload_bootstrap].
if I want to use the package, by {{> upload_bootstrap}}
.
What am I doing wrong?
Update
I can access the package with:
import upload_bootstrap from 'meteor/tomi:upload_bootstrap';
How can I now render it to my view?