mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix tslint errors
minor fix for "Unnecessary semicolon" TSLint rule
This commit is contained in:
committed by
Eugenio Romano
parent
ef340a398e
commit
56179c2e88
@@ -36,7 +36,7 @@ export class AppConfigService {
|
||||
|
||||
get<T>(key: string): T {
|
||||
return <T> ObjectUtils.getValue(this.config, key);
|
||||
};
|
||||
}
|
||||
|
||||
load(resource: string = 'app.config.json'): Promise<any> {
|
||||
this.configFile = resource;
|
||||
|
@@ -112,7 +112,7 @@ export class DocumentListComponent implements OnInit, OnChanges, AfterContentIni
|
||||
this.data.setFilter(value);
|
||||
this.loadFolderNodesByFolderNodeId(this.currentFolderId, this.pageSize, this.skipCount);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
@Input()
|
||||
set imageResolver(value: ImageResolver) {
|
||||
|
Reference in New Issue
Block a user