comparison src/systemjs.config.js @ 51:1245781e2575 ng2-table

working on updating ng2-table.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Thu, 23 Mar 2017 11:04:48 +0100
parents b65a031c4967
children 738e90238443
comparison
equal deleted inserted replaced
50:31fb4ebdc406 51:1245781e2575
23 '@angular/router': 'npm:@angular/router/bundles/router.umd.js', 23 '@angular/router': 'npm:@angular/router/bundles/router.umd.js',
24 '@angular/forms': 'npm:@angular/forms/bundles/forms.umd.js', 24 '@angular/forms': 'npm:@angular/forms/bundles/forms.umd.js',
25 25
26 // other libraries 26 // other libraries
27 'rxjs': 'npm:rxjs', 27 'rxjs': 'npm:rxjs',
28 'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js' 28 'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js',
29
30 'ng2-bootstrap': 'npm:ng2-bootstrap',
31 'ng2-table': 'npm:ng2-table'
29 }, 32 },
30 // packages tells the System loader how to load when no filename and/or no extension 33 // packages tells the System loader how to load when no filename and/or no extension
31 packages: { 34 packages: {
32 app: { 35 app: {
33 defaultExtension: 'js' 36 defaultExtension: 'js'