File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 55
55
description: Dart version of Angular 2 example, Displaying Data
56
56
version: 0.0.1
57
57
dependencies:
58
- angular2: 2.0.0-alpha.20
58
+ angular2: 2.0.0-alpha.21
59
59
browser: any
60
60
61
61
p.
392
392
description: Dart version of Angular 2 example, Displaying Data
393
393
version: 0.0.1
394
394
dependencies:
395
- angular2: 2.0.0-alpha.20
395
+ angular2: 2.0.0-alpha.21
396
396
browser: any
397
397
.l-main-section
398
398
h2#section-explanations Explanations
Original file line number Diff line number Diff line change 31
31
description: Dart version of Angular 2 example, Getting Started
32
32
version: 0.0.1
33
33
dependencies:
34
- angular2: 2.0.0-alpha.20
34
+ angular2: 2.0.0-alpha.21
35
35
browser: any
36
36
p.
37
37
Run <b >pub get</b > to download the packages your app depends on.
Original file line number Diff line number Diff line change 212
212
description: Dart version of Angular 2 example, Responding to User Input
213
213
version: 0.0.1
214
214
dependencies:
215
- angular2: 2.0.0-alpha.20
215
+ angular2: 2.0.0-alpha.21
216
216
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.19 </b >.
33
+ <b >2.0.0-alpha.21 </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.19
40
+ angular2: 2.0.0-alpha.21
41
41
browser: any
42
42
p.
43
43
In the same directory, run <code >pub get</code >
47
47
pre.prettyprint.lang-basic
48
48
code.
49
49
> pub get
50
- Resolving dependencies... (2.7s)
51
- # ... messages ...
52
- + angular2 2.0.0-alpha.19
53
- # ... more messages ...
54
50
55
51
// PENDING: Create template? Link to pub/pubspec docs?
56
52
// Is browser really needed?
You can’t perform that action at this time.
0 commit comments