tenants/tenant-list/tenant-list.guard.ts
Methods |
constructor(tenantUiService: TenantUiService)
|
||||||
Parameters :
|
canActivate |
canActivate()
|
Checks if tenant list should be active, i.e. whether the current tenant can read other tenants. Note: the check is executed only once in the runtime.
Returns :
boolean
True, if the feature should be active. |