File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 20
20
< script >
21
21
System . config ( {
22
22
map : {
23
- '@angular/core' : '/node_modules/@angular/core/core.umd.js' ,
24
- '@angular/compiler' : '/node_modules/@angular/compiler/compiler.umd.js' ,
25
- '@angular/common' : '/node_modules/@angular/common/common.umd.js' ,
26
- '@angular/http' : '/node_modules/@angular/http/http.umd.js' ,
27
- '@angular/platform-browser' : '/node_modules/@angular/platform-browser/platform-browser.umd.js' ,
28
- '@angular/platform-browser-dynamic' : '/node_modules/@angular/platform-browser-dynamic/platform-browser-dynamic.umd.js' ,
29
- '@angular/router' : '/node_modules/@angular/router/router.umd.js' ,
23
+ '@angular/core' : '/node_modules/@angular/core/bundles/core.umd.js' ,
24
+ '@angular/compiler' : '/node_modules/@angular/compiler/bundles/compiler.umd.js' ,
25
+ '@angular/common' : '/node_modules/@angular/common/bundles/common.umd.js' ,
26
+ '@angular/http' : '/node_modules/@angular/http/bundles/http.umd.js' ,
27
+ '@angular/platform-browser' : '/node_modules/@angular/platform-browser/bundles/platform-browser.umd.js' ,
28
+ '@angular/platform-browser-dynamic' : '/node_modules/@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js' ,
30
29
'ionic-angular' : '/src'
31
30
} ,
32
31
packages : {
You can’t perform that action at this time.
0 commit comments