mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-11205] Add declare keyword to prevent variables shadowing (#5092)
This commit is contained in:
@@ -79,7 +79,7 @@ export class AcaViewerComponent implements OnInit, OnDestroy {
|
||||
private documentListService = inject(DocumentListService);
|
||||
|
||||
@LazyApi((self: AcaViewerComponent) => new VersionsApi(self.apiService.getInstance()))
|
||||
versionsApi: VersionsApi;
|
||||
declare versionsApi: VersionsApi;
|
||||
fileName: string;
|
||||
folderId: string = null;
|
||||
infoDrawerOpened$: Observable<boolean>;
|
||||
|
||||
Reference in New Issue
Block a user