From 705b22d70d0c7f2a895a2a7191349abf58fac870 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Tue, 6 Dec 2016 17:02:48 +0000 Subject: [PATCH] enable missed content --- .../app/components/activiti/activiti-demo.component.html | 4 ++-- demo-shell-ng2/app/vendor.ts | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) 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 8ed108d53f..31cad9fd3b 100644 --- a/demo-shell-ng2/app/components/activiti/activiti-demo.component.html +++ b/demo-shell-ng2/app/components/activiti/activiti-demo.component.html @@ -38,8 +38,8 @@
Task Details - +
diff --git a/demo-shell-ng2/app/vendor.ts b/demo-shell-ng2/app/vendor.ts index 11a8a8f5b4..caef0d0a69 100644 --- a/demo-shell-ng2/app/vendor.ts +++ b/demo-shell-ng2/app/vendor.ts @@ -11,5 +11,3 @@ import 'rxjs'; // Other vendors for example jQuery, Lodash or Bootstrap // You can import js, ts, css, sass, ... - -import 'ng2-activiti-form';