mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-11205] Bring back removed getter (#11735)
This commit is contained in:
+4
@@ -60,6 +60,10 @@ export class SecurityControlsService {
|
|||||||
private readonly loadingSource = new BehaviorSubject<boolean>(true);
|
private readonly loadingSource = new BehaviorSubject<boolean>(true);
|
||||||
loading$ = this.loadingSource.asObservable();
|
loading$ = this.loadingSource.asObservable();
|
||||||
|
|
||||||
|
get reloadAuthorityClearance(): Subject<void> {
|
||||||
|
return this._reloadAuthorityClearance;
|
||||||
|
}
|
||||||
|
|
||||||
@LazyApi((self: SecurityControlsService) => new SecurityGroupsApi(self.apiService.getInstance()))
|
@LazyApi((self: SecurityControlsService) => new SecurityGroupsApi(self.apiService.getInstance()))
|
||||||
declare readonly groupsApi: SecurityGroupsApi;
|
declare readonly groupsApi: SecurityGroupsApi;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user