mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
- split apps view and single app view to reflect Activiti UI - dedicated route for each app tasks: /activiti/apps/:appId/tasks - remove performance bottleneck for activiti demo (AfterViewChecked) - load stencil controllers together with Tasks view (fixes #1190)
This commit is contained in:
committed by
Eugenio Romano
parent
2f1cd2cc84
commit
294f7c0ec1
@@ -27,3 +27,4 @@ export { AboutComponent } from './about/about.component';
|
||||
export { FilesComponent } from './files/files.component';
|
||||
export { FormNodeViewer } from './activiti/form-node-viewer.component';
|
||||
export { SettingComponent } from './setting/setting.component';
|
||||
export { ActivitiAppsView } from './activiti/apps.view';
|
||||
|
Reference in New Issue
Block a user