diff --git a/.gitignore b/.gitignore index fd050d0b70..62258c2884 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,8 @@ node_modules workspace.xml .idea/ dist/ -!systemjs.config.js \ No newline at end of file +!systemjs.config.js +demo-shell-ng2/app/components/router/ +ng2-components/ng2-alfresco-userinfo-old/demo/src/app/ +ng2-components/ng2-alfresco-userinfo-old/src/services/bpm-user.service.spec.ts +ng2-components/ng2-alfresco-userinfo-old/src/services/ecm-user.service.spec.ts diff --git a/.travis.yml b/.travis.yml index 01b318ed4f..3a5d6d84f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,7 @@ env: - MODULE=ng2-activiti-tasklist - MODULE=ng2-activiti-processlist - MODULE=ng2-activiti-analytics + - MODULE=ng2-alfresco-userinfo before_script: - if ([ "$MODULE" != "ng2-alfresco-core" ]); then @@ -83,3 +84,4 @@ cache: - ng2-components/ng2-alfresco-webscript/node_modules - ng2-components/ng2-alfresco-tag/node_modules - ng2-components/ng2-alfresco-analytics/node_modules + - ng2-components/ng2-alfresco-userinfo/node_modules diff --git a/demo-shell-ng2/app/app.component.css b/demo-shell-ng2/app/app.component.css index 700caa1af0..cdfe6eb2e7 100644 --- a/demo-shell-ng2/app/app.component.css +++ b/demo-shell-ng2/app/app.component.css @@ -7,3 +7,6 @@ .mdl-layout-title{ font-size: 17px; } +.user-profile{ + margin-right: 3px; +} \ No newline at end of file diff --git a/demo-shell-ng2/app/app.component.html b/demo-shell-ng2/app/app.component.html index e4b21d6861..463e250c35 100644 --- a/demo-shell-ng2/app/app.component.html +++ b/demo-shell-ng2/app/app.component.html @@ -21,6 +21,10 @@ Login +
+