-
Notifications
You must be signed in to change notification settings - Fork 72
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
Tripple Slash Error on import #9
Comments
Please check if you use the same Angular version as this package. |
I was using angular 2 beta 2. Looks like this uses beta 0? |
I'm on "angular2": "2.0.0-beta.2", and I'm having exactly the same issue.
I also get typescript compiler errors about Observable requiring generic type:
Changing it to
makes the compiler happier. |
Asked 3 months ago and no reply... Is this library maintained? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting the following errors when trying to import the module:
The text was updated successfully, but these errors were encountered: