add alfresco core in viewer

This commit is contained in:
Eugenio Romano
2016-08-04 00:17:21 +01:00
parent e17604e47d
commit 0050a2cc13
9 changed files with 93 additions and 7 deletions

View File

@@ -10,6 +10,7 @@
'angular2-in-memory-web-api': 'node_modules/angular2-in-memory-web-api',
'rxjs': 'node_modules/rxjs',
'ng2-alfresco-core': 'node_modules/ng2-alfresco-core/dist',
'ng2-alfresco-viewer': 'node_modules/ng2-alfresco-viewer/dist'
};
// packages tells the System loader how to load when no filename and/or no extension
@@ -18,6 +19,7 @@
'rxjs': { defaultExtension: 'js' },
'angular2-in-memory-web-api': { main: 'index.js', defaultExtension: 'js' },
'ng2-alfresco-core': { main: 'index.js', defaultExtension: 'js' },
'ng2-alfresco-viewer': { main: 'index.js', defaultExtension: 'js' }
};
var ngPackageNames = [