mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
remove old unmaintained sub-projects (#5798)
* remove old unmaintained sub-projects * add missing dependency
This commit is contained in:
@@ -114,7 +114,7 @@ export class AlfrescoApiService {
|
||||
});
|
||||
}
|
||||
|
||||
async reset() {
|
||||
reset() {
|
||||
this.initAlfrescoApi();
|
||||
}
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"flatModuleFile": "adf-extensions",
|
||||
"umdModuleIds": {
|
||||
"@alfresco/js-api": "@alfresco/js-api",
|
||||
"minimatch": "minimatch",
|
||||
"@angular/platform-browser/animations": "@angular/platform-browser/animations",
|
||||
"@angular/material": "@angular/material",
|
||||
"@mat-datetimepicker": "@mat-datetimepicker",
|
||||
|
||||
@@ -74,7 +74,7 @@ export class ClaimTaskCloudDirective implements OnInit {
|
||||
@HostListener('click')
|
||||
async onClick() {
|
||||
try {
|
||||
await await this.claimTask();
|
||||
await this.claimTask();
|
||||
} catch (error) {
|
||||
this.error.emit(error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user