Base solution for your next web application
Open Closed

ASP.NET CORE & Angular .NET Core 2.1 v6.2.1 - Angular routing / navigation question #5913


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @rvanwoezik

    You can modify AppRouteGuard to route tenant to correct dashboard. You can access the current tenant using _sessionService.tenant in this class.

  • User Avatar
    0
    rvanwoezik created

    Thanx!