-
Notifications
You must be signed in to change notification settings - Fork 186
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
Property 'queryParams' does not exist on type 'RouterState'. #5
Comments
@raymondmuller Usually this error comes up when you don't have any routes defined. Could that be the case? |
@neroniaky Thanks for the quick response. I do have routes defined, which I import in app.module.ts. I've used the following boilerplate (Angular2-webpack-starter from AngularClass) |
@raymondmuller maybe this has something to do with their experimental HMR. Not sure, need to look into it. Should be a small fix anyways, gonna try to upload it as soon as possible. |
@neroniaky Thanks, appreciate it :) |
@raymondmuller |
@neroniaky Seems to work fine. Thanks for the quick fix! |
Getting this error: (Angular2 RC5)
The text was updated successfully, but these errors were encountered: