File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 52
52
description: Dart version of Angular 2 example, Displaying Data
53
53
version: 0.0.1
54
54
dependencies:
55
- angular2: 2.0.0-alpha.22
55
+ angular2: 2.0.0-alpha.23
56
56
browser: any
57
57
p.
58
58
All of this code should look familiar from the previous page,
370
370
description: Dart version of Angular 2 example, Displaying Data
371
371
version: 0.0.1
372
372
dependencies:
373
- angular2: 2.0.0-alpha.22
373
+ angular2: 2.0.0-alpha.23
374
374
browser: any
375
375
.l-main-section
376
376
h2#section-explanations Explanations
Original file line number Diff line number Diff line change 30
30
description: Dart version of Angular 2 example, Getting Started
31
31
version: 0.0.1
32
32
dependencies:
33
- angular2: 2.0.0-alpha.22
33
+ angular2: 2.0.0-alpha.23
34
34
browser: any
35
35
p.
36
36
Run <b >pub get</b > to download the packages your app depends on.
Original file line number Diff line number Diff line change 199
199
description: Dart version of Angular 2 example, Responding to User Input
200
200
version: 0.0.1
201
201
dependencies:
202
- angular2: 2.0.0-alpha.22
202
+ angular2: 2.0.0-alpha.23
203
203
browser: any
Original file line number Diff line number Diff line change 30
30
p.
31
31
In <code >pubspec.yaml</code >, add the angular2 and browser packages as dependencies.
32
32
Angular 2 is changing rapidly, so specify an exact version:
33
- <b >2.0.0-alpha.22 </b >.
33
+ <b >2.0.0-alpha.23 </b >.
34
34
35
35
pre.prettyprint.linenums.lang-basic
36
36
code.
37
37
name: hello_world
38
38
version: 0.0.1
39
39
dependencies:
40
- angular2: 2.0.0-alpha.22
40
+ angular2: 2.0.0-alpha.23
41
41
browser: any
42
<
3FE8
code>42 p.
43
43
In the same directory, run <code >pub get</code >
You can’t perform that action at this time.
0 commit comments