1912 Commits

Author SHA1 Message Date
Eric Jimenez
1324085c0c feat(api docs): use partials for api docs. Implement deprecated and security notes section 2016-06-02 18:44:32 -07:00
Patrice Chalin
7570dc53ea chore(dart/api): remove generated files () 2016-06-02 10:44:51 -07:00
Patrice Chalin
b48cde3a43 chore(_util-fns): generalize makeExample, drop makeProjExample ()
+ Rename adjustExample{Path|Title} to adjustTsExample*4Dart
+ `makeExample` can now work with both doc folder relative and project
relative paths.
2016-06-02 17:06:03 +01:00
Ward Bell
41947cbd1f chore: fix gulp serve-and-sync tasks and many broken example links
The serve-and-sync tasks wait for `_copy-example-boilerplate` to finish
Differentiates app compile, spec compile, and test failures
StyleGuide (for documentators) up-to-date
2016-06-01 16:17:06 -07:00
Foxandxss
c2c3177545 chore: convert all e2e specs to typescript 2016-06-01 16:17:06 -07:00
Patrice Chalin
14ab2c5110 chore(dart/api): ignore generated files () 2016-06-01 15:53:36 -07:00
Foxandxss
3c3b83a34b chore(e2e): append errors after a failed spec
closes 
2016-06-01 11:20:35 -07:00
Foxandxss
6fd62e9baf docs(style-guide): make style guide code compliant with itself
closes 
2016-06-01 11:15:57 -07:00
Foxandxss
0a0f78f144 docs(style-guide): make barrels a consider
closes 
2016-06-01 10:59:41 -07:00
Foxandxss
743540363d docs(style-guide): rename validator to validate
closes 
2016-06-01 10:57:11 -07:00
NFM
3d27aa656c docs(style-guide): add the image width attribute
closes 
Adjust width 100% to 80%
2016-06-01 10:54:48 -07:00
Anderson
301aadddde docs(toh-pt6): fix filename typo 2016-06-01 01:19:37 -07:00
Vikash
8569479423 docs: fix numerous typos in many doc files.
closes 
2016-06-01 01:08:56 -07:00
Zhimin YE(Rex)
eb48a71351 docs(architecture): fixed missing `` mark.
closes 
2016-06-01 01:03:51 -07:00
Jesse Palmer
4b4c8dc0fd docs(readme): typo fixed - Angular.io -> angular.io 2016-06-01 00:58:38 -07:00
Ward Bell
2f115a3425 chore: fix broken devguide links as of May 31
Did not fix broken Dart and API links
2016-06-01 00:52:22 -07:00
Ward Bell
b2262c2bc9 chore: updated broken-link-checker package and tweaked logging. 2016-06-01 00:12:51 -07:00
Maksims Muižininkas
613d53e152 docs(architecture): correct link to testing
closes 
2016-05-31 23:23:54 -07:00
Christopher Thorne
2d27097d55 docs(toh-pt6): correct DetailHeroComponent to HeroDetailComponent
closes 
2016-05-31 22:32:55 -07:00
Christopher Thorne
3d868da4b7 docs(toh-pt5): change getHero to match toh-pt6 getHero
closes 
2016-05-31 22:31:04 -07:00
Dan Caddigan
a979c71089 chore(typo): harp.json typo
closes 
2016-05-31 22:17:45 -07:00
Ward Bell
8a5df4cfa9 chore: support e2e-specs written in TypeScript
Update gulpfile and project to add a tsconfig to protractor test folders
Change all sample e2e-spec.js -> e2e-spec.ts
Split typings between e2e-spec & app code
Use same config for all e2e tests
Only 1/3 e2e specs truly converted.
Most don't pass because they fail TS transpile by Protractor due to missing type annotations
2016-05-31 22:03:13 -07:00
Ward Bell
ae2d8f2730 docs(template-syntax): add brief example of HTML sanitization in binding.
Also clarified interpolation v. property binding example for PR 
2016-05-31 18:36:22 -07:00
Patrice Chalin
5e50b2ef10 chore(util-fns): minor cleanup and refactoring ()
This only impacts language dependent variable and path definitions:
- Removed deprecated variable.
- Hoisted useful variable definitions from quickstart into _util-fns.
- Minor fix in regexp of path translation function
2016-05-31 15:25:59 -07:00
Foxandxss
2bc166c34f docs(toh): fix some header extensions
closes 
2016-05-29 14:36:10 -07:00
Foxandxss
9b2c54e77f chore: disable ngAnimate for ng1 protractor tests
closes 
2016-05-29 14:34:15 -07:00
Foxandxss
888dcf362a chore: remove note against node 6
closes 
2016-05-29 12:46:55 -07:00
Foxandxss
39408f8f8d docs(style-guide): remove dead code at 04-10
closes 
2016-05-29 12:44:46 -07:00
Foxandxss
b962383193 chore: re-title webpack guide to emphasize "Webpack", not "Intro"
closes 
2016-05-29 12:27:44 -07:00
Foxandxss
0047919e2d docs(quickstart): update guide systemjs.config.js
closes 
2016-05-29 11:03:33 -07:00
Jeremy Wilken
f9211fde33 docs(index) grammatical and message improvement on marketing speak.
closes 
2016-05-28 12:49:59 -07:00
Jesse Palmer
03f346b988 chore: removes past events
closes 
2016-05-28 09:43:21 -07:00
Foxandxss
f5614e858d docs(style-guide): add more tests
closes 
2016-05-28 09:41:15 -07:00
Foxandxss
c2c6096bec docs(server-communication): fix anchor link
closes 
2016-05-28 09:38:26 -07:00
Tero Parviainen
4acbef19a8 docs(upgrade): add ngUpgrade guide version 2
closes 
This is a major reorganization of the Upgrade guide.

* Compatible with the new version of the AngularJS 1 PhoneCat
  tutorial.
* No longer switching Angular 1 code to SystemJS for PhoneCat,
  to allow beginning Angular 2 migration with fewer preparation
  steps. SystemJS switch now happens simultaneously with upgrade.
  (This is based on input from @joeeames)
* Testing moved to an appendix to make the main narrative
  shorter and easier to follow.
* Use component methods to do phone filtering and ordering
  instead of introducing pipes to replace filterFilter and orderByFilter.
* Cover issue with camelCase inputs on downgraded components.

For authors:

* All examples now fully integrated with the example boilerplate. Uses the
  same Angular 2 version as all other guides. E2E tests are executed
  along with all the others.
* Reduced number of PhoneCat versions from five to three.
* Each directory has a README explaining how to run it and what might
  be peculiar about it.

Closes 
Relates to 
Relates to 
2016-05-28 09:33:06 -07:00
Ward Bell
bd6d788ccb docs(chore): update samples to angular-in-mem-web-api v.0.0.11
Has RegExp query option needed for ToH 7: Http+Observables
2016-05-28 08:54:21 -07:00
Eric Jimenez
a0a0e8f35c docs: align badges vertically within their container, remove shadow from content area 2016-05-26 09:22:25 -07:00
Eric Jimenez
d12b74d244 fix(gulp): rename angular2 to @angular, fixes api doc examples 2016-05-26 09:22:25 -07:00
Filipe Silva
6c797d752a chore(travis): add Travis CI
closes 
2016-05-25 16:47:30 -07:00
Patrice Chalin
a664f46231 docs(template-syntax): review and update Dart to new doc design ()
* ts template-syntax.jade without docregion tags
* update guide/template-syntax for dart and ts
* clarify style property naming in Dart
2016-05-25 15:09:45 -07:00
Patrice Chalin
e8f84cfc04 test(e2e/dart): enable Basics chapter e2e testing () 2016-05-25 13:12:36 -07:00
Patrice Chalin
ed16d82335 chore(dart/_util-fns): make adjustTsExamplePath4Dart idempotent ()
Fixes .
2016-05-25 11:43:06 -07:00
Vikash Verma
551ac6dc9d docs: Fix typo () 2016-05-25 12:17:02 +01:00
Thibault Sottiaux
df87178ef4 Update .docsync.json to make the JSON valid. 2016-05-24 22:19:39 +01:00
Torgeir Helgevold
1644673d6c docs(dependency-injection): show providers using map literals 2016-05-23 19:07:59 -07:00
Foxandxss
7f1412ca97 docs(style-guide): close the button at 09-01
closes 
2016-05-23 12:38:58 -07:00
Foxandxss
3a671bc912 docs(style-guide): add spaces at 04-10
closes 
2016-05-23 12:37:10 -07:00
Foxandxss
9784c2fa16 docs(style-guide): clean 05-15
closes 
2016-05-23 12:36:03 -07:00
Foxandxss
9ed12f465f docs(style-guide): rename toast selector
closes 
2016-05-23 12:35:18 -07:00
Foxandxss
7a43e0a548 docs(style-guide): use input at 05-12 for consistency
closes 
2016-05-23 12:33:13 -07:00