Foxandxss
899bae64a9
docs(style-guide): add testing harness
2016-05-21 15:04:08 -07:00
Foxandxss
10b0cde8c0
docs(webpack): update typings
2016-05-21 23:49:05 +02:00
Ward Bell
4b104d7cc9
docs(testing): update testing setup to use systemjs.config.js
2016-05-21 14:31:22 -07:00
Ward Bell
650a4d17e8
docs(samples): package.json and typings updates
2016-05-21 14:15:48 -07:00
Ward Bell
e188e472f1
docs(e2e-tests): improve gulp e2e tasks and fix samples that were failing
2016-05-20 20:33:38 -07:00
Ward Bell
f9fea00824
docs(component-relative-paths): new cookbook
2016-05-20 20:33:38 -07:00
Patrice Chalin
da48db3c77
docs(server-communication): cleanup, mainly for Dart ( #1455 )
...
- Dart code: fix issues raised by @thso during review.
- Dart code: remove "show x" clauses from imports.
- Dart add docsync config file.
- Prose: make consistent use of _Http variables; otherwise use "HTTP".
- Prose: add links to the demos list.
* _heroesUrl as static const
2016-05-20 17:14:37 -07:00
Ward Bell
12984fda55
docs(testing): update samples & test config to RC1
2016-05-20 01:09:45 -07:00
Ward Bell
02767419ed
chore: fix missed in-mem-web-api to v.0.0.9
...
closes #1447
2016-05-19 23:25:12 -07:00
Ward Bell
3423ad8491
chore: more conversion of es6-shim to core-js
2016-05-19 23:18:18 -07:00
Ward Bell
6e0f80c673
docs: update api-in-mem-web-api to v.0.0.8
2016-05-19 21:50:26 -07:00
Foxandxss
efbe3bbdfd
docs(quickstart): fix broken region
...
closes #1438
2016-05-19 19:22:45 -07:00
Foxandxss
bd52aa3f34
docs: complete es6-shim to core-js migration
...
closes #1442
2016-05-19 19:12:14 -07:00
Ward Bell
3324bd944d
docs(toh-6): fix broken 'Add Hero' and fill in instructional gaps
2016-05-19 19:00:20 -07:00
Ward Bell
ba02c40b56
docs: switch from es6-shim to core-js shim
2016-05-19 16:37:54 -07:00
Kathy Walrath
2dc60188c2
docs(dart): convert toh-5 to Dart ( #1426 )
...
Some issues remain (see #1426 review comments), but this is much better than nothing.
2016-05-19 08:03:23 -07:00
Ward Bell
29511831cd
docs(server-communication): heavily refactored (TS & Dart)
2016-05-19 02:48:43 -07:00
Ward Bell
a4bc455030
docs(toh): remove unneeded directive from heroes.component
2016-05-19 00:57:35 -07:00
Ward Bell
e91659ac13
docs(tutorial/ts): delete tutorial sample in favor of toh-6
2016-05-19 00:30:30 -07:00
Torgeir Helgevold
e4db340464
docs:(TOH chapter on Http) New Tour of Hero Chapter on Http
2016-05-18 23:38:08 -07:00
Ward Bell
31fe01e01f
docs: SystemJS to use @angular umd bundles
2016-05-18 16:20:24 -07:00
Patrice Chalin
5b1a84be4c
chore(docs): revise makeExcerpt mixin, add makeProjExample mixin
...
Be more DRY when referencing examples and excerpts. E.g.,
```jade
+makeExcerpt('quickstart/ts/app/app.component.ts', 'import',
'app/app.component.ts (import)')
```
can now be just
```jade
+makeExcerpt('app/app.component.ts', 'import')
```
Defined new mixin for examples named `makeProjExample` using this new
scheme.
The original `makeExample` has been left untouched.
Applied new mixins to quickstart.
closes #1420
2016-05-18 10:27:51 -07:00
Patrice Chalin
6751f779d0
test(e2e/dart): add support for Dart e2e testing
...
closes #1369
Add `--lang` option whose values are any combo of `(ts|js|dart)`
default is `(ts|js)`
`--lang=all` runs all language tests;
2016-05-17 10:31:49 -07:00
Ward Bell
594079970c
docs(http): remove status 200 guard and add RxJS operators individually
2016-05-17 01:45:52 -07:00
Foxandxss
0123076a79
chore: remove typings.d.ts from style guide
...
closes #1404
2016-05-16 21:50:55 -07:00
Tero Parviainen
ba47da0d70
docs(upgrade): bring phonecat up to speed with rc.1. Use router-deprecated.
...
closes #1357
2016-05-15 19:48:13 -07:00
Patrice Chalin
fedc39dd52
docs(quickstart-ts/dart): updated prose and example code; consolidate for TS&Dart
...
closes #1396
2016-05-15 19:26:45 -07:00
Foxandxss
a3400d035c
docs(webpack): use rimraf to clean dist
...
closes #1393
2016-05-15 16:16:40 -07:00
Foxandxss
0c49b50cbe
docs(webpack): fix tests sourcemaps / clarify logo image download
...
closes #1399 , 1395
2016-05-15 16:08:38 -07:00
Ward Bell
e9dd6334e4
docs(plunker): use the FrankWallis TS plugin (thx Filipe!)
2016-05-15 14:49:09 -07:00
Foxandxss
81a87c2bfb
docs(webpack): remove barrel
...
closes #1389
2016-05-13 14:05:20 -07:00
Patrice Chalin
ad95b04e69
docs(dev guide): pipes - new Dart prose, update Dart and Ts code ( #1353 )
...
+ guide/pipes/ts: update docs and example code
+ guide/pipes/dart: new prose, updated example code
+ fix platform_directives reference; html cleanup
+ enable pipes e2e testing
For `e2e-spec.js`: If the async test is executed too early it will fail
(simply because the async message hasn’t been received yet).
+ follow new constants naming convention
2016-05-13 21:44:14 +01:00
Patrice Chalin
c1440e7eff
[review-pending] docs(dev guide): server-communication - new prose
...
New Dart prose, update Dart and Ts code
+ guide/server-communication/ts: update to docs and example code
+ guide/server-communication/dart: new prose, update example code
+ ignore all npm-debug.logs
+ make Jade ul li TOC elements more compact.
2016-05-13 21:32:54 +01:00
Ward Bell
9b27bfb61e
docs(webpack): checkin missing snippets; .js->.ts
...
closes #1375
2016-05-12 18:18:21 -07:00
Foxandxss
96238bbfab
docs(cb-webpack): add guide chapter about webpack
2016-05-12 17:22:14 -07:00
blAck PR
5eb0dbc517
docs(style-guide): fix #1289 BAD FILENAME
...
closes #1290 , #1289
Change structure to match style-04-06 as proposed by mrkiffie; fix double back slash
2016-05-11 18:58:21 -07:00
Ferdinand Malcher
1674f10a00
docs(styleguide): typo "hightlight"
...
closes #1287
2016-05-11 18:50:39 -07:00
Ward Bell
e99e9185ba
docs(index.html) remove extra space in `System.import`line.
2016-05-11 18:42:31 -07:00
Ward Bell
19b50c82f6
docs(plunker): revise systemjs.config for plunker to load fewer files
2016-05-11 18:42:13 -07:00
Ward Bell
2e486cc046
docs(typings): add typings.d.ts for module.id and __moduleName; update docs
...
closes #1355 and #1312
2016-05-11 13:20:42 -07:00
Ward Bell
19bf5f6689
docs(router-deprecated): fix example links that weren't to deprecated code
...
closes #1340
2016-05-10 21:40:09 -07:00
Foxandxss
14262e3b6a
docs(router-deprecated): link doc to deprecated examples
...
closes #1291
2016-05-10 21:34:07 -07:00
Foxandxss
93a8925b10
docs(style-guide): update 10-01 for new router
...
closes #1281
2016-05-10 20:17:11 -07:00
Foxandxss
039f54d9e2
docs(server-communication): fix broken example
2016-05-10 20:10:18 -07:00
rexebin
89f9ea146c
Update question-control.service.ts
...
closes #1095
control value now will be initialized with 'question.value', regardless if the control has validation of 'required' or not.
2016-05-10 16:40:53 -07:00
Patrice Chalin
ef66e38e54
docs(dev guide): Update 'Component Styles' prose ( #1320 )
...
Reowork Ts prose and add Dart prose/code
+ Updates to docs and example code
(Starting point for Dart code was taken from #1171.)
2016-05-10 08:51:23 +01:00
Patrice Chalin
1c0218bc79
docs(dev guide): attribute-directives - move html excerpt to .html file ( #1313 )
...
Jade can’t parse inlined Angular adorned HTML properly, so it is best
to put such source in a file and include with `makeExample`.
2016-05-06 18:18:48 +01:00
Patrice Chalin
e958be24bf
docs(dev guide): attribute-directives - updated dart/ts code and new dart prose
...
Mainly copyedits and prep for extension
+ example code cleanup & bug fix
+ fix bug in default color initialization
2016-05-06 15:42:01 +01:00
Patrice Chalin
ac92e77611
docs(dev guide): lifecycle-hooks - updated dart/ts code and new dart prose
...
Mainly copyedits, but also
- Dart .jade extends TS .jade file with minor overrides
- Significant update of example code (so it matches the ts example in its
appearance and behavior).
- Tweaks to Dart code.
- A few extra/corrected mixin definitions in `_util-fns.jade`.
2016-05-06 14:17:34 +01:00
Foxandxss
81209a1d0b
docs(quickstart): update to new world
2016-05-03 17:34:48 -06:00