mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Start adding ecmUser component
This commit is contained in:
10
ng2-components/ng2-alfresco-userinfo/index.ts
Normal file
10
ng2-components/ng2-alfresco-userinfo/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { ECMUserService } from './src/services/ecmUser.service';
|
||||
|
||||
|
||||
export * from './src/userinfo.component';
|
||||
export * from './src/services/ecmUser.service';
|
||||
|
||||
|
||||
export const USER_INFO_SERVICE: [any] = [
|
||||
ECMUserService
|
||||
];
|
Reference in New Issue
Block a user