comparison src/systemjs.config.js @ 58:3b4046e0cc02 default

Merge from ng2-table branch. d7c947909ab888c013171b8c037e4f9fab30fe57
author casties
date Wed, 29 Mar 2017 17:19:12 +0200
parents 738e90238443
children 7b9d616695d3
comparison
equal deleted inserted replaced
49:781a5387ca93 58:3b4046e0cc02
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'
34 }, 37 },
35 rxjs: { 38 rxjs: {
36 defaultExtension: 'js' 39 defaultExtension: 'js'
40 },
41 'ng2-bootstrap': {
42 format: 'cjs',
43 main: 'bundles/ng2-bootstrap.umd.js',
44 defaultExtension: 'js'
45 },
46 'ng2-table': {
47 defaultExtension: 'js'
37 } 48 }
38 } 49 }
39 }); 50 });
40 })(this); 51 })(this);