UNPKG

jec-glasscat

Version:

JEC GlassCat - The GlassCat Aplication Server is the default JEC implementation.

46 lines (45 loc) 1.81 kB
/** * System configuration for GlassCat Admin Console. */ (function (global) { System.config({ defaultJSExtensions: true, paths: { // paths serve as alias 'npm:': '../../node_modules/' }, // map tells the System loader where to look for things map: { // app is within the console folder app: 'admin/console', // angular bundles '@angular/core': 'npm:@angular/core/bundles/core.umd.js', '@angular/common': 'npm:@angular/common/bundles/common.umd.js', '@angular/common/http': 'npm:@angular/common/bundles/common-http.umd.js', '@angular/compiler': 'npm:@angular/compiler/bundles/compiler.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/forms': 'npm:@angular/forms/bundles/forms.umd.js', '@angular/animations': 'npm:@angular/animations/bundles/animations.umd.js', '@angular/animations/browser': 'npm:@angular/animations/bundles/animations-browser.umd.js', '@angular/platform-browser/animations': 'npm:@angular/platform-browser/bundles/platform-browser-animations.umd.js', '@angular/http': 'npm:@angular/http/bundles/http.umd.js', // other libraries 'tslib': 'npm:tslib/tslib.js', 'rxjs': 'npm:rxjs', 'primeng': 'npm:primeng' // app libraries /*'smoothie': 'npm:smoothie/smoothie'*/ }, packages: { app: { main: "./main.js", defaultExtension: 'js' }, rxjs: { defaultExtension: 'js' } } }); })(this);