UNPKG

slush-angular2

Version:
25 lines 1.04 kB
((global) => { SystemJS.config({ defaultJSExtensions: true, paths: { 'npm:': 'node_modules/' }, map: { 'app': 'dist', '@angular/common': 'npm:@angular/common/bundles/common.umd.js', '@angular/compiler': 'npm:@angular/compiler/bundles/compiler.umd.js', '@angular/core': 'npm:@angular/core/bundles/core.umd.js', '@angular/forms': 'npm:@angular/forms/bundles/forms.umd.js', '@angular/http': 'npm:@angular/http/bundles/http.umd.js', '@angular/platform-browser': 'npm:@angular/platform-browser/bundles/platform-browser.umd.js', '@angular/platform-browser-dynamic': 'npm:@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js', '@angular/router': 'npm:@angular/router/bundles/router.umd.js', 'angular-in-memory-web-api': 'npm:angular-in-memory-web-api', 'rxjs': 'npm:rxjs' }, packages: { 'app': { main: 'boot.js' }, 'angular-in-memory-web-api': { main: 'index.js' } } }); })(this);