Skip to content

Commit 6533a38

Browse files
chore(index): update angular to package.json version
1 parent 93dfdec commit 6533a38

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/client/index.ejs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@
6464
<script src="https://unpkg.com/reflect-metadata@0.1.8"></script>
6565
<script src="https://unpkg.com/rxjs@5.0.0-rc.4/bundles/Rx.min.js"></script>
6666

67-
<script src="https://unpkg.com/@angular/core@2.3.1/bundles/core.umd.min.js"></script>
68-
<script src="https://unpkg.com/@angular/common@2.3.1/bundles/common.umd.min.js"></script>
69-
<script src="https://unpkg.com/@angular/compiler@2.3.1/bundles/compiler.umd.min.js"></script>
70-
<script src="https://unpkg.com/@angular/platform-browser@2.3.1/bundles/platform-browser.umd.min.js"></script>
71-
<script src="https://unpkg.com/@angular/platform-browser-dynamic@2.3.1/bundles/platform-browser-dynamic.umd.min.js"></script>
72-
<script src="https://unpkg.com/@angular/http@2.3.1/bundles/http.umd.min.js"></script>
73-
<script src="https://unpkg.com/@angular/router@3.3.1/bundles/router.umd.min.js"></script>
67+
<script src="https://unpkg.com/@angular/core@2.4.1/bundles/core.umd.js"></script>
68+
<script src="https://unpkg.com/@angular/common@2.4.1/bundles/common.umd.js"></script>
69+
<script src="https://unpkg.com/@angular/compiler@2.4.1/bundles/compiler.umd.min.js"></script>
70+
<script src="https://unpkg.com/@angular/platform-browser@2.4.1/bundles/platform-browser.umd.min.js"></script>
71+
<script src="https://unpkg.com/@angular/platform-browser-dynamic@2.4.1/bundles/platform-browser-dynamic.umd.min.js"></script>
72+
<script src="https://unpkg.com/@angular/http@2.4.1/bundles/http.umd.min.js"></script>
73+
<script src="https://unpkg.com/@angular/router@3.4.1/bundles/router.umd.min.js"></script>
7474

7575
<script src="https://unpkg.com/d3-path@1.0.3/build/d3-path.min.js"></script>
7676
<script src="https://unpkg.com/d3-format@1.0.2/build/d3-format.min.js"></script>

0 commit comments

Comments
 (0)