mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
[ADF-717] upgrade i18n and charting dependencies (#1976)
* remove app-specific polyfill dependencies remove polyfill dependencies never used by component libraries * upgrade i18n dependencies * upgrade ng2-charts dependency * fix unit tests * update demo projects
This commit is contained in:
committed by
Eugenio Romano
parent
45f14fa506
commit
0a81979a4d
@@ -39,7 +39,6 @@ export class AppConfigService {
|
||||
};
|
||||
|
||||
load(resource: string = 'app.config.json'): Promise<any> {
|
||||
console.log('Loading app config: ' + resource);
|
||||
this.configFile = resource;
|
||||
return new Promise((resolve, reject) => {
|
||||
this.http.get(resource).subscribe(
|
||||
|
Reference in New Issue
Block a user