Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 2408bb1

Browse files
Stexxenwardbell
authored andcommitted
fix for #2667 (#2668)
ported changes made here angular/quickstart@541bdc5
1 parent 197be09 commit 2408bb1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

public/docs/_examples/quickstart/ts/systemjs.config.1.js

+2-5
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@
2323
'@angular/http': 'npm:@angular/http/bundles/http.umd.js',
2424
'@angular/router': 'npm:@angular/router/bundles/router.umd.js',
2525
'@angular/forms': 'npm:@angular/forms/bundles/forms.umd.js',
26+
'@angular/upgrade': 'npm:@angular/upgrade/bundles/upgrade.umd.js',
2627

2728
// other libraries
2829
'rxjs': 'npm:rxjs',
29-
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api',
30+
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js'
3031
},
3132
// packages tells the System loader how to load when no filename and/or no extension
3233
packages: {
@@ -36,10 +37,6 @@
3637
},
3738
rxjs: {
3839
defaultExtension: 'js'
39-
},
40-
'angular-in-memory-web-api': {
41-
main: './index.js',
42-
defaultExtension: 'js'
4340
}
4441
}
4542
});

0 commit comments

Comments
 (0)