diff --git a/demo-shell-ng2/app/app.module.ts b/demo-shell-ng2/app/app.module.ts index d184360c00..619ce0dd09 100644 --- a/demo-shell-ng2/app/app.module.ts +++ b/demo-shell-ng2/app/app.module.ts @@ -35,6 +35,7 @@ import { UserInfoComponentModule } from 'ng2-alfresco-userinfo'; import { ViewerModule } from 'ng2-alfresco-viewer'; import { WebScriptModule } from 'ng2-alfresco-webscript'; +import { FlexLayoutModule } from '@angular/flex-layout'; import { Editor3DModule } from 'ng2-3d-editor'; import { ChartsModule } from 'ng2-charts'; import { AppComponent } from './app.component'; @@ -100,7 +101,8 @@ if (process.env.ENV === 'production') { CustomEditorsModule, Editor3DModule.forRoot(), ChartsModule, - ThemePickerModule + ThemePickerModule, + FlexLayoutModule ], declarations: [ AppComponent, diff --git a/demo-shell-ng2/app/components/activiti/activiti-demo.component.html b/demo-shell-ng2/app/components/activiti/activiti-demo.component.html index bb41ef3680..1b141dfae0 100644 --- a/demo-shell-ng2/app/components/activiti/activiti-demo.component.html +++ b/demo-shell-ng2/app/components/activiti/activiti-demo.component.html @@ -1,8 +1,8 @@
-
-
+
+
-
-
+
-
+
-
-
+
+
-
-
+
-
-
-
+
+
Report List

-
+