mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Added userinfo component to new version of demo shell
This commit is contained in:
@@ -30,6 +30,7 @@ import { ViewerModule } from 'ng2-alfresco-viewer';
|
|||||||
import { ActivitiFormModule } from 'ng2-activiti-form';
|
import { ActivitiFormModule } from 'ng2-activiti-form';
|
||||||
import { ActivitiTaskListModule } from 'ng2-activiti-tasklist';
|
import { ActivitiTaskListModule } from 'ng2-activiti-tasklist';
|
||||||
import { ActivitiProcessListModule } from 'ng2-activiti-processlist';
|
import { ActivitiProcessListModule } from 'ng2-activiti-processlist';
|
||||||
|
import { UserInfoComponent } from 'ng2-alfresco-userinfo';
|
||||||
|
|
||||||
import { AppComponent } from './app.component';
|
import { AppComponent } from './app.component';
|
||||||
import { routing } from './app.routes';
|
import { routing } from './app.routes';
|
||||||
@@ -78,7 +79,8 @@ import {
|
|||||||
TagComponent,
|
TagComponent,
|
||||||
AboutComponent,
|
AboutComponent,
|
||||||
FilesComponent,
|
FilesComponent,
|
||||||
FormNodeViewer
|
FormNodeViewer,
|
||||||
|
UserInfoComponent
|
||||||
],
|
],
|
||||||
providers: [],
|
providers: [],
|
||||||
bootstrap: [ AppComponent ]
|
bootstrap: [ AppComponent ]
|
||||||
|
@@ -36,7 +36,8 @@
|
|||||||
'ng2-alfresco-tag': 'npm:ng2-alfresco-tag/dist',
|
'ng2-alfresco-tag': 'npm:ng2-alfresco-tag/dist',
|
||||||
'ng2-activiti-tasklist': 'npm:ng2-activiti-tasklist/dist',
|
'ng2-activiti-tasklist': 'npm:ng2-activiti-tasklist/dist',
|
||||||
'alfresco-js-api': 'npm:alfresco-js-api/dist',
|
'alfresco-js-api': 'npm:alfresco-js-api/dist',
|
||||||
'ng2-activiti-processlist': 'npm:ng2-activiti-processlist/dist'
|
'ng2-activiti-processlist': 'npm:ng2-activiti-processlist/dist',
|
||||||
|
'ng2-alfresco-userinfo': 'npm:ng2-alfresco-userinfo/dist'
|
||||||
},
|
},
|
||||||
// packages tells the System loader how to load when no filename and/or no extension
|
// packages tells the System loader how to load when no filename and/or no extension
|
||||||
packages: {
|
packages: {
|
||||||
@@ -61,7 +62,8 @@
|
|||||||
'ng2-activiti-tasklist': { main: './index.js', defaultExtension: 'js'},
|
'ng2-activiti-tasklist': { main: './index.js', defaultExtension: 'js'},
|
||||||
'ng2-alfresco-webscript': { main: './index.js', defaultExtension: 'js'},
|
'ng2-alfresco-webscript': { main: './index.js', defaultExtension: 'js'},
|
||||||
'ng2-alfresco-tag': { main: './index.js', defaultExtension: 'js'},
|
'ng2-alfresco-tag': { main: './index.js', defaultExtension: 'js'},
|
||||||
'alfresco-js-api': { main: './alfresco-js-api.js', defaultExtension: 'js'}
|
'alfresco-js-api': { main: './alfresco-js-api.js', defaultExtension: 'js'},
|
||||||
|
'ng2-alfresco-userinfo': { main: './index.js', defaultExtension: 'js'}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
})(this);
|
})(this);
|
||||||
|
@@ -34,7 +34,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</li>
|
</li>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
|
||||||
<div *ngIf="bpmUser">
|
<div *ngIf="bpmUser">
|
||||||
<span class="header-profile"><b>BPM</b></span>
|
<span class="header-profile"><b>BPM</b></span>
|
||||||
<hr class="title-start">
|
<hr class="title-start">
|
||||||
|
Reference in New Issue
Block a user