mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +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;
|
||||
|
Reference in New Issue
Block a user