This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 42
42
description: Dart version of Angular 2 example, Displaying Data
43
43
version: 0.0.1
44
44
dependencies:
45
- angular2: 2.0.0-alpha.38
45
+ angular2: 2.0.0-alpha.39
46
46
browser: ^0.10.0
47
47
transformers:
48
48
- angular2:
353
353
description: Displaying Data example
354
354
version: 0.0.1
355
355
dependencies:
356
- angular2: 2.0.0-alpha.38
356
+ angular2: 2.0.0-alpha.39
357
357
browser: ^0.10.0
358
358
transformers:
359
359
- angular2:
Original file line number Diff line number Diff line change 30
30
description: Getting Started example
31
31
version: 0.0.1
32
32
dependencies:
33
- angular2: 2.0.0-alpha.38
33
+ angular2: 2.0.0-alpha.39
34
34
browser: ^0.10.0
35
35
transformers:
36
36
- angular2:
Original file line number Diff line number Diff line change 191
191
description: User Input example
192
192
version: 0.0.1
193
193
dependencies:
194
- angular2: 2.0.0-alpha.38
194
+ angular2: 2.0.0-alpha.39
195
195
browser: ^0.10.0
196
196
transformers:
197
197
- angular2:
Original file line number Diff line number Diff line change 37
37
specify the angular2 and browser packages as dependencies,
38
38
as well as the angular2 transformer.
39
39
Angular 2 is changing rapidly, so provide an exact version:
40
- <b >2.0.0-alpha.38 </b >.
40
+ <b >2.0.0-alpha.39 </b >.
41
41
42
42
code-example( language ="yaml" format ="linenums" ) .
43
43
name: hello_world
44
44
version: 0.0.1
45
45
dependencies:
46
- angular2: 2.0.0-alpha.38
46
+ angular2: 2.0.0-alpha.39
47
47
browser: ^0.10.0
48
48
transformers:
49
49
- angular2:
234
234
Loading source assets...
235
235
...
236
236
Built 333 files to "build".
237
- //- REGENERATE THIS OUTPUT - or delete it? - when updating from 2.0.0-alpha.38
237
+ //- REGENERATE THIS OUTPUT - or delete it? - when updating from 2.0.0-alpha.39
238
238
239
239
p.
240
240
The generated JavaScript appears, along with supporting files,
253
253
name: hello_world
254
254
version: 0.0.1
255
255
dependencies:
256
- angular2: 2.0.0-alpha.38
256
+ angular2: 2.0.0-alpha.39
257
257
browser: ^0.10.0
258
258
<span class =" pnk" >transformers:
259
259
- angular2:
You can’t perform that action at this time.
0 commit comments