8000 23 -> 26 (quickstart) · rusongyu/angular.io@11b2102 · GitHub
[go: up one dir, main page]

Skip to content

Commit 11b2102

Browse files
committed
23 -> 26 (quickstart)
1 parent e1fdffc commit 11b2102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/docs/dart/latest/quickstart.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ p.
3030
p.
3131
In <code>pubspec.yaml</code>, add the angular2 and browser packages as dependencies.
3232
Angular 2 is changing rapidly, so specify an exact version:
33-
<b>2.0.0-alpha.23</b>.
33+
<b>2.0.0-alpha.26</b>.
3434

3535
pre.prettyprint.linenums.lang-basic
3636
code.
3737
name: hello_world
3838
version: 0.0.1
3939
dependencies:
40-
angular2: 2.0.0-alpha.23
40+
angular2: 2.0.0-alpha.26
4141
browser: any
4242
p.
4343
In the same directory, run <code>pub get</code>

0 commit comments

Comments
 (0)
0