Aurelia [app-router] ReferenceError: info is not defined(…)

I found that this could be a missing or wrong injection parameters.
As you can see in the constructor the router parameter is missing, but Aurelia is trying to inject the router anyway :-)

Comments