Commit Graph

54 Commits

Author SHA1 Message Date
Patrice Chalin ff20b55975 chore(dart & ts): update to beta.17
Change `ngFor=“#…”` to `ngFor=“let…` in code. All are .dart files
except for `app_component.html` which also has changes for:
- `<inpuf var-foo…`> to `<input ref-foo…>`
- `#docregion` tag name updates from var-foo to ref-foo.
- Other misc updates to minimize diffs with TS version of file,
whitespace differences were ignored.

+ Minor update to sync up Dart prose with TS prose.

+ Used
https://github.com/angular/angular/wiki/Angular-2-Dart-Transformer#resol
ved_identifiers to solve
https://github.com/angular/angular.io/issues/1033

Guide/pipes not updated as it will be rolled back to
beta.15 in PR #1220.
2016-04-30 15:01:16 +01:00
Patrice Chalin 0557c728d7 chore(dart): updating to beta.16
closes #1192

Updated docs and samples to beta.16.

For this first time, among other things, I payed particular attention
to the changes that were made on the `ts` side of things
(https://github.com/angular/angular.io/pull/1178). Since I wrote it up
in my notes, here is the check list of `ts` updates with notes about
how there might be corresponding changes on the Dart side:

- public/docs/_examples/cb-dependency-injection/ts/app/main.ts
- public/docs/_examples/cb-ts-to-js/ts/app/main.ts
  - cb not in Dart docs yet.
- public/docs/_examples/dependency-injection/ts/app/car/car-injector.ts
-
public/docs/_examples/dependency-injection/ts/app/injector.component.ts
  - Updated Dart example code to avoid null argument.
- public/docs/_examples/homepage-hello-world/ts/index.1.html
- public/docs/_examples/homepage-tabs/ts/index.1.html
- public/docs/_examples/homepage-todo/ts/index.1.html
- public/docs/_examples/package.json
  - N/A for Dart.
- public/docs/_examples/pipes/ts/app/app.component.html
- public/docs/_examples/pipes/ts/app/app.component.ts
- public/docs/_examples/pipes/ts/app/exponential-strength.pipe.ts
- public/docs/_examples/pipes/ts/app/fetch-json.pipe.ts
- public/docs/_examples/pipes/ts/app/random-pipe.component.ts
  - Dart version of sample code is incomplete, but did run in beta.15.
  - Example no longer runs, see
https://github.com/angular/angular/issues/8258
- public/docs/_examples/quickstart/js/package.1.json
- public/docs/_examples/quickstart/ts/package.1.json
- public/docs/_examples/router/ts/app/main.2.ts
- public/docs/_examples/testing/ts/app/mock-router.ts
  - N/A for Dart.
- public/docs/js/latest/_data.json
- public/docs/ts/latest/_data.json
  - Dart equivalent updated.
- public/docs/ts/latest/guide/dependency-injection.jade
  - No need to update since it imports the TS version.
- public/docs/ts/latest/guide/pipes.jade
  - Not in Dart prose yet.
- tools/plunker-builder/indexHtmlTranslator.js
  - N/A for Dart.
2016-04-28 15:32:16 -07:00
Kathy Walrath e552239148 chore(dart): update docs/samples to beta.15
closes #1085
2016-04-14 09:26:41 -07:00
Kathy Walrath 8bc3d2e9e5 chore: update dart to b.14
Downrated server-communication to b6; it stopped working in b.9 (or possibly b.8 or b.7).

Closes #1059
2016-04-07 14:19:31 -07:00
Kathy Walrath a0a2ee6a93 docs(dart): update to beta.13.1
closes #1032
2016-03-31 16:06:24 -07:00
Kathy Walrath 2e3af5c55a docs(dart/quickstart): merge 2 examples into 1
closes #1031
2016-03-31 15:00:24 -07:00
Kathy Walrath 2144b8e5b6 docs(dart): change imports from bootstrap.dart to platform/browser.dart
closes #1013
2016-03-28 14:56:22 -07:00
Kathy Walrath 185f9a7049 docs(dart): update to b12
Also update dart_to_js_script_rewriter dependency to ^1.0.1,
and change most angular2.dart imports to be core.dart instead.

The pipes example broke without the angular2.dart import, so I let it be.

The server-communication sample has never worked for me,
so I changed it but might have broken it further.

closes #1007
2016-03-25 17:40:23 -07:00
Kathy Walrath b2ae14b2e9 docs(dart): b10 -> b11
closes #986
2016-03-18 16:15:46 -07:00
Kathy Walrath 051c4603a4 docs(dart): update b9 -> b10 in all samples and quickstart
closes #979
2016-03-17 17:16:24 -07:00
Kathy Walrath 469612f50c docs(dart): update Dart examples to beta.9
closes #952
2016-03-10 19:05:42 -08:00
Kathy Walrath 92ca77e3e8 docs(dart): update samples and quickstart to beta.8
closes #910
2016-03-03 16:38:38 -08:00
Josh Otis 746a6649b2 chore: new flat left navigation panel (all language tracks) 2016-03-03 04:51:52 -08:00
Kathy Walrath b32b10dfe5 Update dart samples to b7
Note: template-syntax is broken (not caused by this commit)

closes #860
2016-02-22 10:48:38 -08:00
Kathy Walrath 908c0b2986 docs(dart): b3 -> b6
plus make a few outlier pubspec.yamls more consistent

closes #833
2016-02-11 18:02:13 -08:00
Kathy Walrath 2a4ae27754 docs(dart): update Dart examples from b2 to b3
closes #804
2016-02-03 13:49:49 -08:00
Kathy Walrath a7826ee44c docs(dart): update sample code to be more uniform, use b2
closes #766
2016-01-28 20:17:21 -08:00
Kathy Walrath bb53028c96 docs(quickstart): update Dart QS to beta.0
closes #534
2015-12-15 13:53:02 -08:00
Josh Leeb-du Toit 740c2a3157 docs: remove repeated 'class'; closes #388
Remove repeated 'class' from component explanation to improve grammer
and readability of the documentation.
2015-11-23 16:33:14 -08:00
Kathy Walrath ed89c209a9 Merge pull request #362 from tomplusplus/alpha-45-Dart-update
Dart update to alpha.45
2015-11-12 10:29:56 -08:00
Tom Ingebretsen d827d785ff Updated Dart quickstart and guide examples to angular2 version alpha.45
Updated Dart quickstart and guide examples to angular2 version alpha.45
2015-11-11 14:24:30 -07:00
Peter Bacon Darwin e86fde8dc9 chore(jade): upgrade to use `marked` filter
The `Transformers.markdown` (`:markdown`) filter is deprecated. This commit updates
the entire docs project to use the `jstransformer-marked` (`:marked') filter.
2015-11-10 18:37:53 +00:00
Kathy Walrath 8d90ee8a0c Update to Dart QS to alpha.44, move _examples dir 2015-10-19 22:52:49 +01:00
Kathy Walrath 9826612970 Update Dart QS to resemble TS one, use _examples 2015-10-16 16:33:22 -07:00
Naomi Black cc934560ac docs(dart): update to alpha-39 2015-10-06 13:49:38 -07:00
Kathy Walrath 9907ef265e update dart docs to alpha.38 2015-10-06 13:11:04 -07:00
Kathy Walrath 9edd38288e angular.dart -> angular2.dart in quickstart text
typo caught by reviewer
2015-08-03 07:37:10 -07:00
Kathy Walrath 0d0b734b4f Update Dart docs to alpha.33 2015-07-30 17:11:07 -07:00
Kathy Walrath 75452c9858 update to alpha-29 2015-07-01 17:40:50 -07:00
Kathy Walrath c1ba841d69 Update to alpha-28
Only changes are to version numbers, command output, and a couple of places where I said web but should've said lib.
2015-07-01 17:02:06 -07:00
Kathy Walrath 299700c26c update quick start to 26, for realsies 2015-06-05 11:58:51 -07:00
Kathy Walrath 0bff66b9b6 Update browser version; add more info about tools. 2015-06-01 15:41:41 -07:00
Kathy Walrath 22fcdb346f make the transformer more prominent 2015-06-01 09:24:11 -07:00
Kathy Walrath 3bd646b228 dart quickstart: add transformer, use alpha.25 2015-05-29 17:55:02 -07:00
Alex Wolfe 88ead0dd12 update dart to .23 2015-05-19 22:41:37 -07:00
Rado Kirov 491f2cc97f fix(version): bump to alpha.22
Closes: #98
2015-05-08 13:38:30 -07:00
Henrique Ramos Limas 638eb68eb4 chore(rename) rename View and Templates concepts 2015-04-29 19:51:51 -03:00
Alex Wolfe 2bb004c44a Merge pull request #67 from angular/kwalrath-dart-21
update dart angular2 version, don't display pub get output
2015-04-29 06:31:21 -07:00
Kathy Walrath 8650595b70 update dart angular2 version, don't display pub get output 2015-04-28 17:22:00 -07:00
Naomi Black c4496c0686 docs(devpreview): Change alpha to developer preview and get rid of .x where feasible
closes #47
2015-04-28 12:33:29 -07:00
Alex Wolfe f3eb6b8eaa fix broken link in dart 2015-04-23 08:50:54 -07:00
Kathy Walrath de848ac437 Update Dart quick start to angular2 alpha 19 2015-04-14 11:09:54 -07:00
Kathy Walrath a9ef061d0e Tweaks to Dart quickstart, Dart resources banner 2015-04-07 17:18:47 -07:00
Kathy Walrath 10d7f80ead Update quickstart.jade 2015-04-02 14:00:37 -07:00
Alex Wolfe 4d8741b673 fixed dart formatting 2015-03-15 21:39:16 -07:00
Kathy Walrath d56ede4e53 Copyedit of JS quick start 2015-03-04 16:21:24 -08:00
Kathy Walrath 3973f4e390 use an alert 2015-03-04 10:44:44 -08:00
Kathy Walrath b6717c73bd incorporate Rado's review comments 2015-03-03 17:43:26 -08:00
Kathy Walrath c42f28081e More updates to Dart stuff 2015-03-03 16:37:56 -08:00
Kathy Walrath da2d76352b tweaks to quickstarts 2015-03-03 11:32:06 -08:00