Commit Graph

3353 Commits

Author SHA1 Message Date
Ward Bell 5c4cc9a3c8 docs(router): Updated usage of observables in router tutorial and developer guide (#2696)
Moved route configuration into separate variable for consistency
Added async pipe to handle subscriptions for list items
2016-11-14 12:43:09 -08:00
Jesús Rodríguez 43457e9765 chore: add upgrade/static to API reference (#2755) 2016-11-14 21:38:49 +01:00
Filipe Silva 5fa0b69066 use 2.2.0 versions instead of rc0 2016-11-14 19:07:59 +00:00
Filipe Silva b87a0ea9be elaborate upgraded component alert 2016-11-14 19:07:06 +00:00
Brandon Roberts 1afe5dc97d docs(router): Updated usage of observables in router tutorial and developer guide
Moved route configuration into separate variable for consistency
Added async pipe to handle subscriptions for list items
2016-11-14 11:05:29 -08:00
Filipe Silva 84ca050416 change let to const in bootstrap 2016-11-14 19:02:54 +00:00
Filipe Silva 04b88d5534 remove wip aot changes from test run 2016-11-14 19:02:09 +00:00
Ward Bell db0fac94c9 chore(changelog): update docs changelog for Ng v.2.2.0 2016-11-14 10:48:09 -08:00
ikilled a423a5abc7 clicking on Books & Training sends user to Education (#2701)
When user clicks in Books & Training item in footer the website should take them to Education section (anchor) in the middle of the page, not to the top where Development section is.
2016-11-14 10:39:46 -08:00
Ward Bell d63b1ccea3 docs(router): fixed verbiage about router-outlet (#2746) 2016-11-14 10:35:48 -08:00
Ward Bell f627706779 docs(cookbook-aot-compiler): improve Ahead-of-Time compilation cookbook (#2798)
closes #2790
2016-11-14 10:26:13 -08:00
Ward Bell 75464d585c Merge pull request #2794 from IdeaBlade/chalin-guide-misc-fix-1113
docs: guide/index misc Jade fixes
2016-11-14 09:34:36 -08:00
Ward Bell 78e25840b2 Merge pull request #2795 from IdeaBlade/chalin-util-js-getExampleName-1114
chore(util.js): getExampleName - support optional .html suffix
2016-11-14 09:33:55 -08:00
Ward Bell 182493f877 feat(cb-ts-to-js): add es6 examples (#2606)
* feat(cb-ts-to-js): add es6 examples
update docshredder to shred .es6
optimized focus gulp task
convert imports and metadate sections
add DI section
add host and query metadata section
add intro
fix capitalization and grammar

* docs(ts-to-js): ward's edits (incomplete)

* docs(ts-to-js): add separate template files for some components

* docs(cb-ts-to-js): refactor sample code
2016-11-14 09:28:40 -08:00
Ward Bell 53f5538859 docs(cb-ts-to-js): refactor sample code 2016-11-14 09:08:54 -08:00
Filipe Silva b0c4422a97 add aot (WIP) 2016-11-14 17:07:39 +00:00
Patrice Chalin 9e9666b2cc docs(template-syntax/dart): updates to match TS (#2751)
* docs(template-syntax): refresh _cache

* docs(template-syntax/dart): updates to match TS

- Propagates TS-side changes:
  - update #2639 - new two-way binding section, and
  - fix #2687 - invalid attr syntax
- Fixes
  - #1898 - currency symbols
  - #2748 - Dart template-syntax e2e is failing
  - #2749 - deprecated `[className]`

* updated _cache file following Kathy's post-review edits

* Post Ward's review w/ cache updated

- Keep `my-` and `my` prefixes on selectors (for components and
directives, respectively).
- Drop `my-` from file names.
- Drop `My` as component class prefix.
2016-11-14 08:34:10 -08:00
Patrice Chalin 5dcffd69dc docs: dart glossary - fix misnamed Jade block 2016-11-14 08:31:59 -08:00
Kathy Walrath 6680acc513 docs(toh): avoid dup header title (#2796)
* remove redundant headings

* update _cache

* misc: make block comment a Jade comment

(This prevents the text from appearing in the generated HTML as an HTML
comment.)
2016-11-14 08:31:11 -08:00
Patrice Chalin 3b03573f34 misc: make block comment a Jade comment
(This prevents the text from appearing in the generated HTML as an HTML
comment.)
2016-11-14 05:30:05 -08:00
Patrice Chalin 470426d5e0 update _cache 2016-11-14 05:25:36 -08:00
Patrice Chalin c12d75a477 remove redundant headings 2016-11-14 05:23:35 -08:00
Patrice Chalin 85062c47ca chore(util.js): getExampleName - support optional .html suffix 2016-11-14 04:56:12 -08:00
Patrice Chalin 02f55592b2 docs: guide/index misc Jade fixes
- Eliminate use of deprecated `clear=“all”` in `<br>`.
- No need for local `langName`; use global `_Lang` var instead.
- Remove duplicate id `learning-path`.
2016-11-14 04:29:17 -08:00
Naomi Black 14db838f8b news(nov): Some news and a blog post update 2016-11-13 21:48:52 -05:00
Naomi Black eff32ecbdd chore(bios): update some bios for leads 2016-11-13 21:48:37 -05:00
koyner 3ee36fbba2 docs(forms): grammar fix (#2764) 2016-11-13 22:59:59 +01:00
Rex 672c8114c0 Merge pull request #117 from todoubaba/guide-index
Polish guide index
2016-11-13 19:15:32 +00:00
Rex 763b1c7566 Merge pull request #115 from todoubaba/toh-pt6
Polish toh pt6
2016-11-13 19:14:45 +00:00
rexebin c748e151c8 fix: #119 2016-11-13 19:06:09 +00:00
Filipe Silva 0d74c9332f update systemjs.config.js to have @angular/upgrade/static by default 2016-11-12 22:38:14 +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 1d81dad708 remove unused imports in protractor-helpers 2016-11-12 20:35:10 +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 1af3570910 update upgrade-phonecat-2-hybrid 2016-11-12 11:26:12 +00:00
Ward Bell b11438f211 docs(ts-to-js): add separate template files for some components 2016-11-12 03:02:26 -08:00
Filipe Silva b342d24ef3 add typing to UpgradeModule DI 2016-11-12 11:00:00 +00:00
Ward Bell 33b61977b2 docs(ts-to-js): ward's edits (incomplete) 2016-11-11 19:44:17 -08:00
Filipe Silva 12eb19fa3c feat(cb-ts-to-js): add es6 examples
update docshredder to shred .es6
optimized focus gulp task
convert imports and metadate sections
add DI section
add host and query metadata section
add intro
fix capitalization and grammar
2016-11-11 19:44:17 -08:00
Patrice Chalin 64a8754386 example(template-syntax): follow style-guide and other updates (#2750) 2016-11-10 20:01:36 -08:00
Jesús Rodríguez 7619cdf4a4 chore: ability to open a plunker on a specific file (#2778) 2016-11-10 14:47:30 -08:00
Filipe Silva 0161d9db39 chore: ignore debug.log file (#2785)
This file is generated when running `gulp e2e` and often enough committed by mistake.

/cc @foxandxss
2016-11-10 14:45:22 -08:00
Jesús Rodríguez f92983cc6f docs(ngmodule): fix plunkers (#2786) 2016-11-10 14:44:51 -08:00
Filipe Silva e710481076 fix missing systemjs.config.extras 2016-11-10 17:42:29 +00:00
Filipe Silva 16c1837feb change HeroDetailComponent to HeroDetailDirective 2016-11-10 15:27:45 +00:00