update dart angular2 version, don't display pub get output
This commit is contained in:
parent
fbd5ca4523
commit
8650595b70
|
@ -55,7 +55,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.20
|
angular2: 2.0.0-alpha.21
|
||||||
browser: any
|
browser: any
|
||||||
|
|
||||||
p.
|
p.
|
||||||
|
@ -392,7 +392,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.20
|
angular2: 2.0.0-alpha.21
|
||||||
browser: any
|
browser: any
|
||||||
.l-main-section
|
.l-main-section
|
||||||
h2#section-explanations Explanations
|
h2#section-explanations Explanations
|
||||||
|
|
|
@ -31,7 +31,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.20
|
angular2: 2.0.0-alpha.21
|
||||||
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.
|
||||||
|
|
|
@ -212,5 +212,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.20
|
angular2: 2.0.0-alpha.21
|
||||||
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.19</b>.
|
<b>2.0.0-alpha.21</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.19
|
angular2: 2.0.0-alpha.21
|
||||||
browser: any
|
browser: any
|
||||||
p.
|
p.
|
||||||
In the same directory, run <code>pub get</code>
|
In the same directory, run <code>pub get</code>
|
||||||
|
@ -47,10 +47,6 @@ p.
|
||||||
pre.prettyprint.lang-basic
|
pre.prettyprint.lang-basic
|
||||||
code.
|
code.
|
||||||
> pub get
|
> pub get
|
||||||
Resolving dependencies... (2.7s)
|
|
||||||
# ... messages ...
|
|
||||||
+ angular2 2.0.0-alpha.19
|
|
||||||
# ... more messages ...
|
|
||||||
|
|
||||||
// PENDING: Create template? Link to pub/pubspec docs?
|
// PENDING: Create template? Link to pub/pubspec docs?
|
||||||
// Is browser really needed?
|
// Is browser really needed?
|
||||||
|
|
Loading…
Reference in New Issue