mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[MNT-21595] Content - Expose a group service for content (#5833)
* Expose a group service for content * Use nx command and remove smart-build
This commit is contained in:
@@ -22,6 +22,7 @@ import {
|
||||
Activiti,
|
||||
SearchApi,
|
||||
Node,
|
||||
GroupsApi,
|
||||
AlfrescoApiCompatibility, AlfrescoApiConfig
|
||||
} from '@alfresco/js-api';
|
||||
import { AppConfigService, AppConfigValues } from '../app-config/app-config.service';
|
||||
@@ -95,8 +96,8 @@ export class AlfrescoApiService {
|
||||
return this.getInstance().core.classesApi;
|
||||
}
|
||||
|
||||
get groupsApi(): Core.GroupsApi {
|
||||
return this.getInstance().core.groupsApi;
|
||||
get groupsApi(): GroupsApi {
|
||||
return new GroupsApi(this.getInstance());
|
||||
}
|
||||
|
||||
constructor(
|
||||
|
Reference in New Issue
Block a user