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

Commit 1a92b68

Browse files
committed
update plunker gens
1 parent 654e87b commit 1a92b68

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

public/docs/_examples/homepage-hello-world/ts/index.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script src="https://unpkg.com/zone.js@0.6.17"></script>
1515
<script src="https://unpkg.com/reflect-metadata@0.1.3"></script>
1616
<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>
1818

1919
<!-- 2. Configure SystemJS -->
2020
<script src="systemjs.config.js"></script>

public/docs/_examples/homepage-tabs/ts/index.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<script src="https://unpkg.com/zone.js@0.6.17"></script>
1616
<script src="https://unpkg.com/reflect-metadata@0.1.3"></script>
1717
<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>
1919

2020
<!-- 2. Configure SystemJS -->
2121
<script src="systemjs.config.js"></script>

public/docs/_examples/homepage-todo/ts/index.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<script src="https://unpkg.com/zone.js@0.6.17"></script>
1616
<script src="https://unpkg.com/reflect-metadata@0.1.3"></script>
1717
<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>
1919

2020
<!-- 2. Configure SystemJS -->
2121
<script src="systemjs.config.js"></script>

public/docs/_examples/systemjs.config.plunker.build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
'rxjs': 'npm:rxjs',
5353
'angular2-in-memory-web-api': 'npm:angular2-in-memory-web-api',
5454
'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',
5656

5757
},
5858
// packages tells the System loader how to load when no filename and/or no extension

public/docs/_examples/systemjs.config.plunker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
'rxjs': 'npm:rxjs',
4040
'angular2-in-memory-web-api': 'npm:angular2-in-memory-web-api',
4141
'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',
4343

4444
},
4545
// packages tells the System loader how to load when no filename and/or no extension

0 commit comments

Comments
 (0)