23 -> 26 (quickstart)

This commit is contained in:
Kathy Walrath 2015-06-05 11:09:07 -07:00
parent e1fdffc887
commit 11b2102d8b
1 changed files with 2 additions and 2 deletions

View File

@ -30,14 +30,14 @@ p.
p.
In <code>pubspec.yaml</code>, add the angular2 and browser packages as dependencies.
Angular 2 is changing rapidly, so specify an exact version:
<b>2.0.0-alpha.23</b>.
<b>2.0.0-alpha.26</b>.
pre.prettyprint.linenums.lang-basic
code.
name: hello_world
version: 0.0.1
dependencies:
angular2: 2.0.0-alpha.23
angular2: 2.0.0-alpha.26
browser: any
p.
In the same directory, run <code>pub get</code>