0
rvanwoezik created
I have different dashboards based on selected Tenant, how do i route to the correct dashboard? Thanx in advance, Rene van Woezik
2 Answer(s)
-
0
Hi @rvanwoezik
You can modify AppRouteGuard to route tenant to correct dashboard. You can access the current tenant using _sessionService.tenant in this class.
-
0
Thanx!