I'm getting "Can't resolve all parameters" from my AuthService

I’m following along with the SPA/Angular2 quick start and I’m trying to integrate the basic AuthService with my application but I’m getting the following error:

“Can’t resolve all parameters”

I’ve looked for circular dependencies as I’ve seen online but I can’t figure it out! The git repo is HERE. If you clone master I currently have the code in the ‘broken’ state.

EDIT: It looks like this is not an auth0 specific issue I’m now having trouble importing Router anywhere in the app.

I confess that I have limited knowledge in Angular and also never experienced that same exact error; if you suspect that this is not related to the authentication part of the application and if you haven’t done so already you may want to consider posting the question in SO.

Thanks - I originally thought it was something to do with the way I was using the auth0 module but I’ve updated this as I’ve progressed. I currently have an open question on reddit but SO is definitely my next move.