mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
change name export module userinfo (#2334)
This commit is contained in:
committed by
Popovics András
parent
16fd68fad3
commit
54d575ff52
@@ -59,6 +59,19 @@ export const USER_INFO_PROVIDERS: any[] = [
|
||||
...USER_INFO_DIRECTIVES
|
||||
]
|
||||
})
|
||||
|
||||
export class UserInfoModule {
|
||||
static forRoot(): ModuleWithProviders {
|
||||
return {
|
||||
ngModule: UserInfoModule,
|
||||
providers: [
|
||||
...USER_INFO_PROVIDERS
|
||||
]
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
/** @deprecated in 1.9.0 */
|
||||
export class UserInfoComponentModule {
|
||||
static forRoot(): ModuleWithProviders {
|
||||
return {
|
||||
|
Reference in New Issue
Block a user