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

Commit 524ff05

Browse files
committed
chore: add shims_for_IE.js to all index.html
1 parent 44ec77c commit 524ff05

File tree

35 files changed

+53
-8
lines changed

35 files changed

+53
-8
lines changed

public/docs/_examples/architecture/ts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<!-- IE required polyfills, in this exact order -->
88
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
99
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
10+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1011

1112
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
1213
<script src="node_modules/systemjs/dist/system.src.js"></script>

public/docs/_examples/attribute-directives/ts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<!-- IE required polyfills, in this exact order -->
99
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
1010
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
11+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1112

1213
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
1314
<script src="node_modules/systemjs/dist/system.src.js"></script>

public/docs/_examples/cb-a1-a2-quick-reference/ts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<!-- IE required polyfills, in this exact order -->
99
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
1010
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
11+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1112

1213
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
1314
<script src="node_modules/systemjs/dist/system.src.js"></script>

public/docs/_examples/cb-component-communication/ts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<!-- IE required polyfills, in this exact order -->
1111
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
1212
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
13+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1314

1415
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
1516
<script src="node_modules/systemjs/dist/system.src.js"></script>

public/docs/_examples/dependency-injection/ts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<!-- IE required polyfills, in this exact order -->
99
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
1010
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
11+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1112

1213
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
1314
<script src="node_modules/systemjs/dist/system.src.js"></script>

public/docs/_examples/displaying-data/ts/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<!-- IE required polyfills, in this exact order -->
88
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
99
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
10-
10+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
11+
1112
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
1213
<script src="node_modules/systemjs/dist/system.src.js"></script>
1314
<script src="node_modules/rxjs/bundles/Rx.js"></script>

public/docs/_examples/forms/js/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515

1616
<!-- IE required polyfill -->
1717
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
18-
18+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
19+
1920
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
2021
<script src="node_modules/rxjs/bundles/Rx.umd.js"></script>
2122
<script src="node_modules/angular2/bundles/angular2-all.umd.js"></script>

public/docs/_examples/forms/ts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<!-- IE required polyfills, in this exact order -->
1616
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
1717
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
18+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1819

1920
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
2021
<script src="node_modules/systemjs/dist/system.src.js"></script>

public/docs/_examples/hierarchical-dependency-injection/ts/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<!-- IE required polyfills, in this exact order -->
88
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
99
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
10-
10+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
11+
1112
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
1213
<script src="node_modules/systemjs/dist/system.src.js"></script>
1314
<script src="node_modules/rxjs/bundles/Rx.js"></script>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<!-- IE required polyfills (from CDN), in this exact order -->
1010
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.33.3/es6-shim.min.js"></script>
1111
<script src="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.16/system-polyfills.js"></script>
12+
<script src="https://npmcdn.com/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1213

1314
<script src="https://code.angularjs.org/tools/system.js"></script>
1415
<script src="https://code.angularjs.org/tools/typescript.js"></script>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<!-- IE required polyfills, in this exact order -->
99
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
1010
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
11+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1112

1213
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
1314
<script src="node_modules/systemjs/dist/system.src.js"></script>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<!-- IE required polyfills (from CDN), in this exact order -->
1212
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.33.3/es6-shim.min.js"></script>
1313
<script src="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.16/system-polyfills.js"></script>
14+
<script src="https://npmcdn.com/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1415

1516
<script src="https://code.angularjs.org/tools/system.js"></script>
1617
<script src="https://code.angularjs.org/tools/typescript.js"></script>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<!-- IE required polyfills, in this exact order -->
1111
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
1212
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
13+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1314

1415
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
1516
<script src="node_modules/systemjs/dist/system.src.js"></script>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<!-- IE required polyfills (from CDN), in this exact order -->
1212
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.33.3/es6-shim.min.js"></script>
1313
<script src="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.16/system-polyfills.js"></script>
14+
<script src="https://npmcdn.com/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1415

1516
<script src="https://code.angularjs.org/tools/system.js"></script>
1617
<script src="https://code.angularjs.org/tools/typescript.js"></script>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<!-- IE required polyfills, in this exact order -->
1111
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
1212
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
13+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1314

1415
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
1516
<script src="node_modules/systemjs/dist/system.src.js"></script>

public/docs/_examples/lifecycle-hooks/ts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<!-- IE required polyfills, in this exact order -->
99
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
1010
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
11+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1112

1213
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
1314
<script src="node_modules/systemjs/dist/system.src.js"></script>

public/docs/_examples/pipes/ts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<!-- IE required polyfills, in this exact order -->
88
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
99
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
10+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1011

1112
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
1213
<script src="node_modules/systemjs/dist/system.src.js"></script>

public/docs/_examples/quickstart/js/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<!-- #docregion ie-polyfills -->
1111
<!-- IE required polyfill -->
1212
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
13+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1314
<!-- #enddocregion ie-polyfills -->
1415

1516
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>

public/docs/_examples/quickstart/ts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<!-- IE required polyfills, in this exact order -->
1212
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
1313
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
14+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1415
<!-- #enddocregion ie-polyfills -->
1516

1617
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>

public/docs/_examples/router/ts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<!-- IE required polyfills, in this exact order -->
1616
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
1717
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
18+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1819
<!-- #enddocregion ie-polyfills -->
1920

2021
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>

public/docs/_examples/server-communication/ts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<!-- IE required polyfills, in this exact order -->
99
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
1010
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
11+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1112

1213
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
1314
<script src="node_modules/systemjs/dist/system.src.js"></script>

public/docs/_examples/structural-directives/ts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<!-- IE required polyfills, in this exact order -->
99
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
1010
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
11+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1112

1213
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
1314
<script src="node_modules/systemjs/dist/system.src.js"></script>

public/docs/_examples/styleguide/ts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!-- IE required polyfills, in this exact order -->
66
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
77
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
8+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
89

910
<script src="https://github.jspm.io/jmcriffey/bower-traceur-runtime@0.0.87/traceur-runtime.js"></script>
1011
<script src="https://jspm.io/system@0.16.js"></script>

public/docs/_examples/template-syntax/ts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<!-- IE required polyfills, in this exact order -->
99
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
1010
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
11+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1112

1213
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
1314
<script src="node_modules/systemjs/dist/system.src.js"></script>

public/docs/_examples/toh-1/ts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<!-- IE required polyfills, in this exact order -->
88
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
99
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
10+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1011

1112
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
1213
<script src="node_modules/systemjs/dist/system.src.js"></script>

public/docs/_examples/toh-2/ts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<!-- IE required polyfills, in this exact order -->
88
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
99
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
10+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1011

1112
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
1213
<script src="node_modules/systemjs/dist/system.src.js"></script>

public/docs/_examples/toh-3/ts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<!-- IE required polyfills, in this exact order -->
88
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
99
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
10+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1011

1112
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
1213
<script src="node_modules/systemjs/dist/system.src.js"></script>

public/docs/_examples/toh-4/ts/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<!-- IE required polyfills, in this exact order -->
88
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
99
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
10-
10+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
11+
1112
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
1213
<script src="node_modules/systemjs/dist/system.src.js"></script>
1314
<script src="node_modules/rxjs/bundles/Rx.js"></script>

public/docs/_examples/toh-5/ts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<!-- IE required polyfills, in this exact order -->
1717
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
1818
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
19+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1920

2021
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
2122
<script src="node_modules/systemjs/dist/system.src.js"></script>

public/docs/_examples/tutorial/ts/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<!-- IE required polyfills, in this exact order -->
1010
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
1111
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
12-
12+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
13+
1314
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
1415
<script src="node_modules/systemjs/dist/system.src.js"></script>
1516
<script src="node_modules/rxjs/bundles/Rx.js"></script>

public/docs/_examples/upgrade/ts/ng2_components/app/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<script src="bower_components/angular-animate/angular-animate.js"></script>
1313
<script src="bower_components/angular-route/angular-route.js"></script>
1414
<script src="bower_components/angular-resource/angular-resource.js"></script>
15+
<script src="../node_modules/es6-shim/es6-shim.min.js"></script>
16+
<script src="../node_modules/systemjs/dist/system-polyfills.js"></script>
17+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1518
<script src="../node_modules/angular2/bundles/angular2-polyfills.js"></script>
1619
<script src="../node_modules/angular2/bundles/angular2.dev.js"></script>
1720
<script src="../node_modules/angular2/bundles/upgrade.dev.js"></script>

public/docs/_examples/upgrade/ts/ng2_final/app/index.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,16 @@
88
<link rel="stylesheet" href="css/app.css">
99
<link rel="stylesheet" href="css/animations.css">
1010
<!-- #docregion scripts -->
11-
<script src="../node_modules/systemjs/dist/system.src.js"></script>
11+
<!-- IE required polyfill -->
12+
<script src="../node_modules/es6-shim/es6-shim.min.js"></script>
13+
<script src="../node_modules/systemjs/dist/system-polyfills.js"></script>
14+
<script src="../node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
15+
<!-- #enddocregion ie-polyfills -->
16+
1217
<script src="../node_modules/angular2/bundles/angular2-polyfills.js"></script>
13-
<script src="../node_modules/angular2/bundles/angular2.dev.js"></script>
18+
<script src="../node_modules/systemjs/dist/system.src.js"></script>
1419
<script src="../node_modules/rxjs/bundles/Rx.js"></script>
15-
<script src="../node_modules/angular2/bundles/http.dev.js"></script>
20+
<script src="../node_modules/angular2/bundles/angular2.dev.js"></script>
1621
<!-- #docregion ng2-router -->
1722
<script src="../node_modules/angular2/bundles/router.dev.js"></script>
1823
<!-- #enddocregion ng2-router -->

public/docs/_examples/upgrade/ts/ng2_initial/app/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<!-- #docregion ng2 -->
1717
<script src="../node_modules/es6-shim/es6-shim.js"></script>
1818
<script src="../node_modules/es6-promise/dist/es6-promise.js"></script>
19+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1920
<script src="../node_modules/angular2/bundles/angular2-polyfills.js"></script>
2021
<script src="../node_modules/angular2/bundles/angular2.dev.js"></script>
2122
<script src="../node_modules/angular2/bundles/upgrade.dev.js"></script>

public/docs/_examples/user-input/ts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<!-- IE required polyfills, in this exact order -->
99
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
1010
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
11+
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1112

1213
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
1314
<script src="node_modules/systemjs/dist/system.src.js"></script>

tools/plunker-builder/indexHtmlTranslator.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ var _rxData = [
7777
from: 'node_modules/angular2/bundles/testing.dev.js',
7878
to: 'https://code.angularjs.org/2.0.0-beta.7/testing.dev.js'
7979
},
80+
{
81+
pattern: 'script',
82+
from: 'node_modules/angular2/es6/dev/src/testing/shims_for_IE.js',
83+
to: 'https://npmcdn.com/angular2@2.0.0-beta.7/es6/dev/src/testing/shims_for_IE.js'
84+
},
8085
{
8186
pattern: 'script',
8287
from: 'node_modules/es6-shim/es6-shim.min.js',

0 commit comments

Comments
 (0)