41 Commits

Author SHA1 Message Date
Ward Bell
ec2e6cb2c7 [WIP] docs(quickstart): QuickStart reboot (#2762) 2016-11-21 17:36:16 -08:00
Ward Bell
a7525721c0 Revert "[WIP] docs(quickstart): QuickStart reboot (#2762)"
This reverts commit 8ccc33e6ffacd7a0acdfc49aab2e6fdecf627fa9.
2016-11-21 17:29:00 -08:00
Ward Bell
8ccc33e6ff [WIP] docs(quickstart): QuickStart reboot (#2762) 2016-11-21 17:13:21 -08:00
Patrice Chalin
061e50fa06 docs: adjust page heading levels (#2813)
* docs: adjust page heading levels

Only the page TOC should be at heading level 1. All other headings
should start at level 2. This commit also removes duplicate headings,
in continuation of #2796.

(This fix is necessary to support an auto-TOC feature.)
2016-11-16 10:02:31 -08:00
Patrice Chalin
0dfda08306 docs: in links use href=foo#bar not foo#!#bar (#2807) 2016-11-15 15:36:34 -08:00
Filipe Silva
b87a0ea9be elaborate upgraded component alert 2016-11-14 19:07:06 +00:00
Filipe Silva
59c9a6f3bc update e2e prose 2016-11-12 22:21:35 +00:00
Filipe Silva
0985055d2f update phonecat-final prose 2016-11-12 22:09:23 +00:00
Filipe Silva
8f23969bc5 update phonecat-hybrid service and components 2016-11-12 21:55:20 +00:00
Filipe Silva
654f6cf2a2 update phonecat-hybrid bootstrap prose 2016-11-12 21:16:22 +00:00
Filipe Silva
4ac5e60522 improve angular1 type declaration in hybrid apps 2016-11-12 16:06:02 +00:00
Filipe Silva
8e27ff9162 rename upgrade-adapter example to upgrade-module 2016-11-12 15:31:40 +00:00
Filipe Silva
37b57fa9bb update upgrade-adapter's prose 2016-11-12 15:27:51 +00:00
Filipe Silva
0d49fecd30 chore: update to @types (#1872)
* chore: update examples to @types
* fix toh-6 aot and add types link
2016-10-20 17:01:16 -07:00
Ward Bell
56ac24b411 chore: fix broken links on 9/30, mostly API links (#2520) 2016-10-01 07:11:21 -07:00
Jesús Rodríguez
66c630df99 docs(upgrade): update to latest release + tweaks (#2460) 2016-09-27 01:22:38 -07:00
Jesús Rodríguez
fdf517ee6b docs(upgrade): temporary fix broken regions (#2424) 2016-09-21 14:53:43 +02:00
Peter Bacon Darwin
d79adb2422 docs(rc5): update docs and plunkers for rc5 2016-08-09 11:48:07 -07:00
Tero Parviainen
0ae32e7adb docs(upgrade): cover Angular 1.5 one-way data bindings
closes #1090, 1169
2016-07-25 09:58:41 -07:00
priestch
b21c90c358 fix(doc): fix 404 problem of some api url 2016-06-28 22:25:24 -07:00
Foxandxss
1d294a831c docs(upgrade): escape script tags
closes #1584
2016-06-04 01:17:27 -07: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
Tero Parviainen
4acbef19a8 docs(upgrade): add ngUpgrade guide version 2
closes #1538
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 angular/angular#8622
Relates to angular/angular.js#14416
Relates to angular/angular-phonecat#326
2016-05-28 09:33:06 -07:00
Ward Bell
60eeb0123a docs(typings): update typings chapter + update lingering old package references 2016-05-21 16:26:54 -07:00
Ward Bell
3d5302adce chore: update to rc.0 2016-05-02 19:57:28 -07:00
Foxandxss
4097c67b59 chore: rename Elvis to safe navigation operator
closes #1139
2016-04-23 14:22:57 -07:00
Aristeidis Bampakos
c9b66ea04d docs(upgrade): Small typo fix
Small typo fix
2016-04-20 13:15:50 -07:00
Alberto Jiménez López
8e7c552452 docs: Remove double 'the' & missing dashes in several files
closes #1073
2016-04-11 21:53:28 -07:00
Tero Parviainen
ec4c1edff4 docs(upgrade): add E2E tests, update PhoneCat dependencies
closes #1070
Separates UpgradeAdapter reference guide examples from the PhoneCat tutorial examples
and update dependencies for phonecat upgrade examples
2016-04-11 12:40:09 -07:00
Aysegul Yonet
1184b57740 docs: update to style-guide links
closes #995
Fixed links to John Papa style guide to new repo location.
2016-03-25 18:01:01 -07:00
Danny Callaghan
4f6ea8798c docs(upgrade): fixed two typos
closes #724
2016-03-08 16:17:51 -08:00
Josh Otis
746a6649b2 chore: new flat left navigation panel (all language tracks) 2016-03-03 04:51:52 -08:00
Tero Parviainen
2f2d7b8841 docs(upgrade): switch file naming scheme, update dependencies, remove unnecessary providers.
Switch to the component.type.ts naming scheme in the PhoneCat tutorial.
Update Angular 2 to beta.7 and Angular 1 to 1.5.0.
Remove the unneeded ROUTER_DIRECTIVES entry from bootstrap providers.

Closes #878
2016-02-29 12:57:43 -08:00
Tero Parviainen
2a057a5bd1 docs(upgrade) switch from TSD to Typings
closes #873
Also switch Protractor back to JS for now. Conversion not worth it because
of ambient type conflicts, until Protractor ships with its own typings.

Also remove some unneeded type <reference>s from examples and guide.
2016-02-22 10:33:58 -08:00
Tero Parviainen
e221d8b418 docs(upgrade): update examples to beta.3 and make necessary edits to guide.
closes #808

Also fixes some minor issues in code style and unit tests.
2016-02-04 10:54:55 -08:00
Nathan
58ceaffca3 Fix misspelling
closes #705

ugprade -> upgrade
2016-01-17 22:56:59 -08:00
Tero Parviainen
441a6bd698 docs(upgrade) extend upgrade guide with UpgradeAdapter and preparation coverage
closes #629

Also make minor improvements into the PhoneCat tutorial
2016-01-03 15:50:22 -08:00
Tero Parviainen
6362fb5c7e fix(upgrade) fix one typo and one clumsy phrase 2015-12-15 10:28:31 -08:00
Tero Parviainen
b11cf9419f chore(upgrade): rename package.json, tsconfig.json, and karma.conf.js
Add *.1.* to filenames so that they are available for shredding.
2015-12-15 18:56:21 +02:00
Tero Parviainen
ad4c521130 chore(upgrade) bring upgrade tutorial up to speed with alpha.54
- Use angular2-polyfills bundle
- Use separate upgrade bundle
- Use Rx bundle and remove superfluous SystemJS config for RxJS
- Switch to CSS file tree from ASCII
2015-12-15 14:36:37 +02:00
Tero Parviainen
472c9d98c7 docs(upgrade) add PhoneCat upgrade tutorial 2015-12-15 00:45:44 -08:00