#1190 routing improvements, bug fixes (#1193)

- 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:
Denys Vuika
2016-12-01 16:27:07 +00:00
committed by Eugenio Romano
parent 2f1cd2cc84
commit 294f7c0ec1
7 changed files with 74 additions and 54 deletions

View File

@@ -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';