751 Commits

Author SHA1 Message Date
Ricardo Varanda
42d08b7800 fix(docs): remove misleading docplaster (#3085)
In this excerpt without the checkLogin method it might indicate to users that they have to create a new class.
2017-01-10 14:39:06 +00:00
Ward Bell
dbcc99c70b docs(setup): instructs to delete non-essential files (#3079) 2017-01-05 19:23:37 -08:00
Ward Bell
48fb6adc42 docs(template-syntax): ngClass and ngStyle binding examples not horrible (#3076)
closes #3072, whose criticism prompted these changes.
2017-01-05 12:12:32 -08:00
Filipe Silva
aff39d20a9 fix(cb-component-comm): check for isFirstChange (#3073)
* fix(cb-component-comm): check for isFirstChange

* update initial message
2017-01-05 12:08:33 +00:00
Ward Bell
aa6f503331 docs: remove rxjs-extensions in favor of explict imports (#3075)
Triggered by #2620 which it closes.
2017-01-05 01:12:06 -08:00
Ward Bell
0056a68ec8 docs(style-guide): ./ prefix for template/style URLs and other improvements 2017-01-04 13:59:51 -08:00
Filipe Silva
4ec1736f18 chore: convert relative templateUrl/styleUrls to have ./ 2017-01-04 19:02:19 +00:00
Kapunahele Wong
6d431f11ce docs(style-guide): edit copy (#3020) 2017-01-03 12:43:57 -08:00
Filipe Silva
3e0b79f62e fix(ts-config): fix tsconfig ref (#3042) 2017-01-02 15:33:52 -08:00
Filipe Silva
0f3d5810a8 chore(deps): remove reflect-metadata (#3058)
Blocked on https://github.com/angular/in-memory-web-api/pull/86

As per https://github.com/zloirock/core-js/issues/152, `core-js` already includes `reflect-metadata`.
2017-01-02 21:15:24 +00:00
Ward Bell
ce174a26fb docs(router): chalin router copyedits #3054 (#3060)
* docs(router): chalin copyedits
* docs(router): bell copy edits + routing module order & inspect config
2017-01-01 00:25:52 -08:00
William KOZA
7c9ff12a76 docs(server-communication) Don't use constructor, but rather ngOnInit (#3046) 2017-01-01 00:06:16 -08:00
Ward Bell
3c3750a4d4 chore(setup): add missing styles.css + cosmetics (#3029) 2016-12-23 10:37:39 -08:00
Filipe Silva
d766ddda81 test(deps): fix webdriver logging entry type (#3026) 2016-12-22 11:18:14 +00:00
Patrice Chalin
ec2b07ef8c docs(router): copyedits (#3025) 2016-12-21 23:20:21 -08:00
Ward Bell
223556fb2c chore(quickstart): remove dead .1 js/json files (#3024) 2016-12-21 18:00:37 -08:00
Ward Bell
11ba00451e chore(package.json): in-memory-web-api v.~0.2.2 2016-12-21 17:46:17 -08:00
Filipe Silva
0455adfe49 fix(deps): remove selenium-webdriver typings (#3018)
The new protractor version solves issues we were having with typings.

Follow up to https://github.com/angular/angular.io/pull/3010, based on https://github.com/angular/quickstart/pull/332
2016-12-22 01:44:16 +00:00
Jesús Rodríguez
e4eb75502d chore: update to 2.4.0 (#3016) 2016-12-21 21:39:40 +00:00
Ward Bell
bc91b35bd9 docs(router): heavy copy edits (#3021) 2016-12-21 12:08:39 -08:00
Brandon
397c337378 docs(router): Added section for named outlets and secondary routes (#2842) 2016-12-20 15:26:09 -08:00
Patrice Chalin
0dfd37e5a9 docs(security): hide TOC for Dart; other minor copyedits (#3017) 2016-12-20 22:14:58 +00:00
Brandon
a74f8fb3b1 docs(router): Added wildcard route to live example (#2897) 2016-12-20 13:35:06 -08:00
Patrice Chalin
2717dfb62e chore(ci): adjust zone.js version for examples (#3015)
A partial followup to #3010
2016-12-20 20:17:24 +01:00
Filipe Silva
7fc08eb159 fix(ci): pin webdriver and zone versions (#3010) 2016-12-20 13:12:43 +00:00
Jesús Rodríguez
116c80a175 chore: update tsc-wrapped (#3006) 2016-12-20 13:56:35 +01:00
Ward Bell
dee9bd1f84 docs(attribute-directives): clarify @Input and aliasing (#3007) 2016-12-19 17:12:42 -08:00
Ward Bell
b7a9a4524f docs(toh): improve getHeroesSlowly in ToH-4/5 (#2443) (#2991) 2016-12-15 11:13:22 -08:00
Ward Bell
437617d564 chore(http): added @Injectable to default-request-options. (#2983) 2016-12-14 20:58:55 -08:00
Ward Bell
7af64a4f35 docs(http): use a class for default RequestOptions override (#2982)
John Papa pointed out that this makes user testing easier if you care about headers in those tests.
2016-12-14 20:35:29 -08:00
Ward Bell
ad3d005a79 chore: update package.json to in-mem-web-api v.0.2.1 (#2981) 2016-12-14 20:07:52 -08:00
Ward Bell
9a3cbd611f docs(http): show how to override default RequestOptions like headers (#2978) 2016-12-14 13:30:25 -08:00
Patrice Chalin
05cdd9aa8a chore: delete Dart _examples (#2976) 2016-12-14 13:16:13 -08:00
Ward Bell
0d5073e74b chore(plunker): substitute systemjs.config.extras.web.js for systemjs.config.extras.js (#2968)
Solves sudden problem with plunker not handling the non-plunker version
Also switch from `pluck` to `map` because `pluck` typing stopped working.
2016-12-13 20:57:47 -08:00
Patrice Chalin
ea1521ed6c chore(examples): don't gitignore _examples/tsconfig.json (#2966)
Tweak to `.gitignore` so that only the `tsconfig.json` files in
subdirectories are ignored, not the one directly in this `_examples`
folder.

Also, add a package.json script definition for `http-server` for more
convenient access (w/o invoking tsc as is forced in the script
definition given in `_boilerplate/package.json`.
2016-12-13 18:36:32 +01:00
Ward Bell
20f47aa600 chore(testing): correct typo in karma.conf builtPaths (#2963) 2016-12-13 01:36:03 -08:00
Ward Bell
1f97bcbd81 chore: update example package.json to use in-mem-web-api 0.2.0 (#2961)
This update ensures examples get "cold" observables from `Http` when using in-mem-web-api
2016-12-12 21:42:18 -08:00
Filipe Silva
979a2cd690 ci: update protractor (#2957) 2016-12-12 14:33:58 +00:00
Victor Berchet
cf97326344 fix(router): fix Resolve docs and Resolve.resolve signature (#2954) 2016-12-09 05:56:14 -08:00
Filipe Silva
1a5f4f4907 chore: update to 2.3.0 (#2942)
* chore: update to 2.3.0

* add 2.3.0 versions in package.json

* update _data.json

* update angular-in-memory-web-api
2016-12-08 00:10:39 +00:00
Patrice Chalin
a4ecdd2be1 chore: pin TS version to 2.0 (#2949)
Fixes #2948
2016-12-07 14:26:25 -08:00
Patrice Chalin
cd7b4d5188 docs(toh-5/dart): fix dashboard_component regions (#2947)
Fixes https://github.com/dart-lang/site-webdev/issues/203
2016-12-07 13:05:34 -08:00
Patrice Chalin
cfaeea0622 docs(pipes/dart): improve FetchJsonPipe discussion (#2937)
Followup to #2923

```
Suites passed:
  public/docs/_examples/pipes/dart
```
2016-12-06 21:27:11 -08:00
Ward Bell
af0ffa6f19 docs(ts->js): example tweaks for more consistent reading of JS (#2938) 2016-12-06 19:43:50 -08:00
Ward Bell
cd80df8dc7 docs(testing): make the StubHeroDetailService a spy-stub (#2935) 2016-12-06 18:16:32 -08:00
Patrice Chalin
499d4b3c88 docs(toh-6/dart): getHero makes HTTP get-by-id (#2936)
Dart follow-up to #2906
2016-12-06 15:28:34 -08:00
Ward Bell
695df67929 docs(testing): simplify and accelerate path to Angular component testing (#2879)
Rob Wormald recognized that we had no plunker for a simple component test. Inspired improved learning path for testing including:
* Add plunkers for both inline and external template versions of  the simplest `BannerComponent`
* Added the banner-specs for that purpose and also a quickstart-specs in the setup folder
* Adjusted prose in testing and setup-systemjs-anatomy to call these out
* Moved testing of external template spec earlier in the guide because it is likely to be needed right away.
* Add comments on the optional "testing" folder and corrects var names to match
* Leaves Jasmine Spec Runner output visible when tests finish
2016-12-05 11:46:53 -08:00
Ward Bell
b4e6fdd4e3 Revert "build(deps): update RxJs to 5.0.0-rc.4 (#2905)"
This reverts commit 533f1b53174ed4832319385206117546a701784d.
2016-12-02 17:59:45 -08:00
Filipe Silva
533f1b5317 build(deps): update RxJs to 5.0.0-rc.4 (#2905) 2016-12-02 17:50:08 -08:00
Jesús Rodríguez
9fd3fa037d docs(i18n): add new features (#2740) 2016-12-02 17:25:31 -08:00