This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
< script src ="https://unpkg.com/zone.js@0.6.17 "> </ script >
15
15
< script src ="https://unpkg.com/reflect-metadata@0.1.3 "> </ script >
16
16
< script src ="https://unpkg.com/systemjs@0.19.27/dist/system.src.js "> </ script >
17
- < script src ="https://unpkg.com/typescript@1.8.10 /lib/typescript.js "> </ script >
17
+ < script src ="https://unpkg.com/typescript@2.0.2 /lib/typescript.js "> </ script >
18
18
19
19
<!-- 2. Configure SystemJS -->
20
20
< script src ="systemjs.config.js "> </ script >
Original file line number Diff line number Diff line change 15
15
< script src ="https://unpkg.com/zone.js@0.6.17 "> </ script >
16
16
< script src ="https://unpkg.com/reflect-metadata@0.1.3 "> </ script >
17
17
< script src ="https://unpkg.com/systemjs@0.19.27/dist/system.src.js "> </ script >
18
- < script src ="https://unpkg.com/typescript@1.8.10 /lib/typescript.js "> </ script >
18
+ < script src ="https://unpkg.com/typescript@2.0.2 /lib/typescript.js "> </ script >
19
19
20
20
<!-- 2. Configure SystemJS -->
21
21
< script src ="systemjs.config.js "> </ script >
Original file line number Diff line number Diff line change 15
15
< script src ="https://unpkg.com/zone.js@0.6.17 "> </ script >
16
16
< script src ="https://unpkg.com/reflect-metadata@0.1.3 "> </ script >
17
17
< script src ="https://unpkg.com/systemjs@0.19.27/dist/system.src.js "> </ script >
18
- < script src ="https://unpkg.com/typescript@1.8.10 /lib/typescript.js "> </ script >
18
+ < script src ="https://unpkg.com/typescript@2.0.2 /lib/typescript.js "> </ script >
19
19
20
20
<!-- 2. Configure SystemJS -->
21
21
< script src ="systemjs.config.js "> </ script >
Original file line number Diff line number Diff line change 52
52
'rxjs' : 'npm:rxjs' ,
53
53
'angular2-in-memory-web-api' : 'npm:angular2-in-memory-web-api' ,
54
54
'ts' : 'npm:plugin-typescript@4.0.10/lib/plugin.js' ,
55
- 'typescript' : 'npm:typescript@1.9.0-dev.20160409 /lib/typescript.js' ,
55
+ 'typescript' : 'npm:typescript@2.0.2 /lib/typescript.js' ,
56
56
57
57
} ,
58
58
// packages tells the System loader how to load when no filename and/or no extension
Original file line number Diff line number Diff line change 39
39
'rxjs' : 'npm:rxjs' ,
40
40
'angular2-in-memory-web-api' : 'npm:angular2-in-memory-web-api' ,
41
41
'ts' : 'npm:plugin-typescript@4.0.10/lib/plugin.js' ,
42
- 'typescript' : 'npm:typescript@1.9.0-dev.20160409 /lib/typescript.js' ,
42
+ 'typescript' : 'npm:typescript@2.0.2 /lib/typescript.js' ,
43
43
44
44
} ,
45
45
// packages tells the System loader how to load when no filename and/or no extension
You can’t perform that action at this time.
0 commit comments