Redirecting after login with angular2-meteor

Hello,

I would like to use that simple UI pattern, when user is redirected to the dashboard after log in.

So if user is logout - he can see only a home page. After log in he is redirected to /dashboard.

How can I do that with angular2 routers and meteor accounts package?

Thanks in advance for any help.

Does anyone know solution for the same issue?