fix(quickstart): missing tsd transitive deps
This commit is contained in:
parent
bd8ef873ad
commit
253d29badf
|
@ -26,8 +26,8 @@
|
|||
To fetch one of the type definitions to the local directory, we use the <a href="https://www.npmjs.com/package/tsd">tsd package manager</a>.
|
||||
|
||||
code-example.
|
||||
$ npm install -g tsd
|
||||
$ tsd query angular2 --action install
|
||||
$ npm install -g tsd@^0.6.0
|
||||
$ tsd install angular2 es6-promise rx rx-lite
|
||||
|
||||
p.
|
||||
Next, create two empty files, <code>index.html</code> and <code>app.ts</code>, both at the root of the project:
|
||||
|
@ -181,7 +181,7 @@
|
|||
<head>
|
||||
<title>Angular 2 Quickstart</title>
|
||||
<script src="https://github.jspm.io/jmcriffey/bower-traceur-runtime@0.0.87/traceur-runtime.js"></script>
|
||||
<script src="https://code.angularjs.org/2.0.0-alpha.23/angular2.dev.js"></script>
|
||||
<script src="https://code.angularjs.org/2.0.0-alpha.28/angular2.dev.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
Loading…
Reference in New Issue