mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3783] Create Task List Cloud Demo page (#4138)
This commit is contained in:
committed by
Eugenio Romano
parent
f5f0a181b4
commit
6be1cf56e3
@@ -339,6 +339,11 @@ export const appRoutes: Routes = [
|
||||
canActivate: [AuthGuardBpm],
|
||||
loadChildren: 'app/components/task-list-demo/task-list.module#AppTaskListModule'
|
||||
},
|
||||
{
|
||||
path: 'task-list-cloud',
|
||||
canActivate: [AuthGuard],
|
||||
loadChildren: 'app/components/task-list-cloud/task-list-cloud.module#TaskListCloudDemoModule'
|
||||
},
|
||||
{
|
||||
path: 'process-list',
|
||||
canActivate: [AuthGuardBpm],
|
||||
|
Reference in New Issue
Block a user