update dart to .23
This commit is contained in:
parent
edfd46d309
commit
88ead0dd12
|
@ -52,7 +52,7 @@
|
||||||
description: Dart version of Angular 2 example, Displaying Data
|
description: Dart version of Angular 2 example, Displaying Data
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
dependencies:
|
dependencies:
|
||||||
angular2: 2.0.0-alpha.22
|
angular2: 2.0.0-alpha.23
|
||||||
browser: any
|
browser: any
|
||||||
p.
|
p.
|
||||||
All of this code should look familiar from the previous page,
|
All of this code should look familiar from the previous page,
|
||||||
|
@ -370,7 +370,7 @@
|
||||||
description: Dart version of Angular 2 example, Displaying Data
|
description: Dart version of Angular 2 example, Displaying Data
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
dependencies:
|
dependencies:
|
||||||
angular2: 2.0.0-alpha.22
|
angular2: 2.0.0-alpha.23
|
||||||
browser: any
|
browser: any
|
||||||
.l-main-section
|
.l-main-section
|
||||||
h2#section-explanations Explanations
|
h2#section-explanations Explanations
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
description: Dart version of Angular 2 example, Getting Started
|
description: Dart version of Angular 2 example, Getting Started
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
dependencies:
|
dependencies:
|
||||||
angular2: 2.0.0-alpha.22
|
angular2: 2.0.0-alpha.23
|
||||||
browser: any
|
browser: any
|
||||||
p.
|
p.
|
||||||
Run <b>pub get</b> to download the packages your app depends on.
|
Run <b>pub get</b> to download the packages your app depends on.
|
||||||
|
|
|
@ -199,5 +199,5 @@
|
||||||
description: Dart version of Angular 2 example, Responding to User Input
|
description: Dart version of Angular 2 example, Responding to User Input
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
dependencies:
|
dependencies:
|
||||||
angular2: 2.0.0-alpha.22
|
angular2: 2.0.0-alpha.23
|
||||||
browser: any
|
browser: any
|
||||||
|
|
|
@ -30,14 +30,14 @@ p.
|
||||||
p.
|
p.
|
||||||
In <code>pubspec.yaml</code>, add the angular2 and browser packages as dependencies.
|
In <code>pubspec.yaml</code>, add the angular2 and browser packages as dependencies.
|
||||||
Angular 2 is changing rapidly, so specify an exact version:
|
Angular 2 is changing rapidly, so specify an exact version:
|
||||||
<b>2.0.0-alpha.22</b>.
|
<b>2.0.0-alpha.23</b>.
|
||||||
|
|
||||||
pre.prettyprint.linenums.lang-basic
|
pre.prettyprint.linenums.lang-basic
|
||||||
code.
|
code.
|
||||||
name: hello_world
|
name: hello_world
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
dependencies:
|
dependencies:
|
||||||
angular2: 2.0.0-alpha.22
|
angular2: 2.0.0-alpha.23
|
||||||
browser: any
|
browser: any
|
||||||
p.
|
p.
|
||||||
In the same directory, run <code>pub get</code>
|
In the same directory, run <code>pub get</code>
|
||||||
|
|
Loading…
Reference in New Issue