diff --git a/demo-shell-ng2/systemjs.config.js b/demo-shell-ng2/systemjs.config.js index 2b0b1daf97..f8375ae5cc 100644 --- a/demo-shell-ng2/systemjs.config.js +++ b/demo-shell-ng2/systemjs.config.js @@ -21,7 +21,7 @@ 'ng2-alfresco-viewer': 'node_modules/ng2-alfresco-viewer/dist', 'ng2-alfresco-webscript': 'node_modules/ng2-alfresco-webscript/dist', 'ng2-activiti-tasklist': 'node_modules/ng2-activiti-tasklist/dist', - 'alfresco-js-api': 'node_modules/alfresco-js-api/dist' + 'alfresco-js-api': 'node_modules/alfresco-js-api/dist', 'ng2-activiti-processlist': 'node_modules/ng2-activiti-processlist/dist' }; // packages tells the System loader how to load when no filename and/or no extension