-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find name "JobCollection" #232
Comments
If it is installed correctly, it should be globally visible. Although depending on your tooling, you may need to |
@GuofuHuang this is typical of an angular2 app and like @vsivsi said you might need to |
@GuofuHuang problem is that typescript is not aware of the package because of a missing type declaration.
i never wrote one of those and i'm hoping for some help as well ;) |
import { JobCollection, Job } from 'meteor/vsivsi:job-collection'; |
I just install this package, and I'm using Angular2. But when I start the app, it said that "it cannot find name "JobCollection", anyone knows how to solve it?
The text was updated successfully, but these errors were encountered: