mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Added new version for component
This commit is contained in:
@@ -70,7 +70,7 @@ var map = {
|
||||
};
|
||||
|
||||
var packages = {
|
||||
'app': { main: 'index.js', defaultExtension: 'js', format: 'register' },
|
||||
'app': { main: 'main.js', defaultExtension: 'js' },
|
||||
'rxjs': { defaultExtension: 'js' },
|
||||
'ng2-translate': { defaultExtension: 'js' },
|
||||
|
||||
@@ -98,7 +98,7 @@ var config = {
|
||||
|
||||
System.config(config);
|
||||
|
||||
System.import('app')
|
||||
System.import('@angular/core/testing')
|
||||
.then(initTestBed)
|
||||
.then(initTesting);
|
||||
|
||||
|
Reference in New Issue
Block a user