Mercurial > hg > ng2-query-ismi
diff 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 |
line wrap: on
line diff
--- a/src/systemjs.config.js Mon Mar 20 18:50:31 2017 +0100 +++ b/src/systemjs.config.js Wed Mar 29 17:19:12 2017 +0200 @@ -25,7 +25,10 @@ // other libraries 'rxjs': 'npm:rxjs', - 'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js' + 'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js', + + 'ng2-bootstrap': 'npm:ng2-bootstrap', + 'ng2-table': 'npm:ng2-table' }, // packages tells the System loader how to load when no filename and/or no extension packages: { @@ -34,6 +37,14 @@ }, rxjs: { defaultExtension: 'js' + }, + 'ng2-bootstrap': { + format: 'cjs', + main: 'bundles/ng2-bootstrap.umd.js', + defaultExtension: 'js' + }, + 'ng2-table': { + defaultExtension: 'js' } } });