131 Commits

Author SHA1 Message Date
Charles Park
cf2042aa03 docs(fix typos) (#3370)
* docs: fix typos

* docs: enhance consistency
2017-03-17 12:32:18 -10:00
Kapunahele Wong
5a6360f6a2 docs(forms-validation): edit copy & add explanation of useExisting (#3372) 2017-03-17 12:30:29 -10:00
Jesús Rodríguez
e6741efd8f chore: remove moduleId from examples (#3362)
* chore: remove moduleId from examples

* add support for testing and plunkers

* delete component-relative cookbook

* latest touches

* ward teaks and travis fixes

* fix typo in style-guide
2017-03-14 12:30:37 +01:00
AlexanderLukin
5395acc421 docs(ts-to-js): remove unnecessary spaces (#3363) 2017-03-10 21:27:28 +01:00
AlexanderLukin
82d373d2f4 docs(ngmodule-faq): Remove unnecessary spaces (#3358) 2017-03-08 21:15:23 -08:00
AlexanderLukin
361d645d31 docs(ajs-quick-reference): Add missing monospaced typeface for variable name (#3339) 2017-03-08 21:13:03 -08:00
AlexanderLukin
ec96c558e7 docs(dependency-injection): Typo: remove duplicated 'and' word (#3342) 2017-03-08 21:11:25 -08:00
AlexanderLukin
1f756e580c docs(component-comm): Typo: add missing space (#3340) 2017-03-08 21:10:53 -08:00
AlexanderLukin
3cee883d17 Typo: remove duplicated 'can' word (#3343) 2017-03-08 21:10:12 -08:00
AlexanderLukin
c0bb26d5a0 Typo: add missing space (#3348) 2017-03-08 13:34:30 -08:00
AlexanderLukin
55d43b0056 docs(reactive-forms): dd supposed link (#3349)
* Add supposed link to Reactive Forms guide

* Change word 'chapter' to 'section'
2017-03-07 16:37:29 +01:00
Kapunahele Wong
de00e0310e docs(toh, guide, cookbook): add periods to banners (#3350) 2017-03-06 15:56:49 -08:00
AlexanderLukin
4f067ab93c docs(dependency-injection): remove duplicated 'and' word (#3341) 2017-03-06 20:35:02 +01:00
Pete Bacon Darwin
d586c7cd6a fix(toh-6): add missing tsconfig file (#3289) 2017-03-01 12:26:56 -08:00
cfranger
5985dc9cec docs(NgModules): Edits to change Angular Modules to NgModules.
* Edits to the "Angular Modules (NgModule)" page (ngmodule.jade). In order to fix some broken links, I defined their destinations in forms.jade and pipes.jade.

* Changed "Angular module" to "NgModule" and other edits.
- I assumed that the “Angular Module FAQs” cookbook page should change to “NgModule FAQs”, so I updated that page as well.
- I updated the name in page headers, TOC titles, and links on the Docs Home page (index.html).
- I noticed the Advanced and Cookbook sections are organized alphabetically, so I reordered the pages and references to reflect that.
2017-03-01 09:55:05 -08:00
Kapunahele Wong
bc1b98d822 docs(ajs-quick-reference): copy edits (#3297) 2017-02-23 11:27:14 -10:00
Josep Sayol
8a89a2436f docs(di): fix spelling (#3261) 2017-02-16 15:10:53 +01:00
Josep Sayol
3b679d4e80 docs(di): reference the correct component (#3260)
In the referenced section the Alex component is being injected into Cathy, not Carol.
2017-02-16 15:10:08 +01:00
hpawe01
3504b399e0 docs(ngmodule-faq): fix typo (#3111) 2017-02-09 09:43:07 -08:00
Filipe Silva
1101f07ef2 refactor: add src folder (#3171)
* boilerplate, gulpfile, quickstart

* move ts files up to cookbooks

* move rest of ts files

* fix tsconfig, default build task, json file

* fix js examples

* fix webpack example

* remove a2docs.css references

* fix aot examples

* fix webpack run task

* fix cb-i18n

* fix upgrade examples

* fix unit tests

* fix comment in deployment index

* removed unused typings.json

* fix plunkers

* fix js example paths

* fix ts quickstart/setup prose

* add src folder note to setup

* broadly replace app/ -> src/app/

* broadly replace main.ts

* broadly replaced index.html

* broadly replace tsconfig

* replace systemjs

* fix filetrees

* Minor prose fixes to aot, i18n cookbooks

* remove char harp was complaining about

* update new reactive forms example

* fix quickstart jade error

* fix mistakes uncovered by CI

* fix bad filename errors

* edit style guide 04-06 rule to use src

* add changelog

* Incorporate Jesus's feedback

* fix snippet headers in toh1/2

* chore: tweak changelog and setup text
2017-02-02 19:38:17 +01:00
Ward Bell
de4903be56 chore: Angular 1 -> AngularJS / Angular 2 -> Angular (#3143)
* chore: Angular 1 -> AngularJS / Angular 2 -> Angular

* Jesus' tweaks
2017-01-26 12:26:11 +01:00
Torgeir Helgevold
969f169eb1 docs(cb-dynamic-component-loading): add dynamic component loading cookbook (#2896)
s

s

s

s

s

s

s

s

s

s

s

s

s

s

s
2017-01-25 13:44:17 -10:00
Ward Bell
a4015abc9e docs(aot-cookbook): workflow suggestion; show how to run with JIT 2017-01-16 22:47:17 -08:00
Filipe Silva
4ec1736f18 chore: convert relative templateUrl/styleUrls to have ./ 2017-01-04 19:02:19 +00:00
Faraz Fazli
20a66c9d59 docs(ngmodule-faq): fix typo (#3062) 2017-01-02 13:52:03 -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
Jurgen Van de Moere
9e02eddac5 docs(ngmodule-faq): fix typo (#3053) 2016-12-30 18:24:56 +01:00
Kapunahele Wong
41833ed08a docs(i18n): copy edits to internationalization cookbook (#2980)
* docs(i18n): copy edits

* docs(i18n): copy edit to data.json

* docs(i18n): Ward requested copy edits
2016-12-14 15:53:09 -08:00
Ward Bell
0bdda1d358 docs: convert AoT/JiT to approved spelling, AOT/JIT (#2969) 2016-12-13 21:17:51 -08:00
Jesús Rodríguez
9fd3fa037d docs(i18n): add new features (#2740) 2016-12-02 17:25:31 -08:00
Torgeir Helgevold
5b294e3c5b docs(cb-aot): add missing module.id to sample (#2908) 2016-11-29 23:52:20 -08:00
Ward Bell
79dc1f2dc8 chore: use common instructions for popping out plunker window-button (#2886)
To see the browser title or address bar changes.
Instructions are a little more complicated when the plunker is in embedded style
2016-11-28 21:23:28 -08:00
Yang Lin
87d65aeda0 Update ts-to-js.jade (#2888) 2016-11-28 13:36:03 -08:00
Naomi Black
9c298a5273 Merge pull request #2854 from IdeaBlade/quickstart-reboot-2
docs(quickstart) reboot 2
2016-11-22 15:09:12 -08:00
Jordan Frankfurt
dde9969a42 docs(cookbook/dynamic_forms): fix a typo (#2857) 2016-11-22 22:49:05 +01:00
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
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
53f5538859 docs(cb-ts-to-js): refactor sample code 2016-11-14 09:08:54 -08:00
Ward Bell
b11438f211 docs(ts-to-js): add separate template files for some components 2016-11-12 03:02:26 -08:00
Ward Bell
33b61977b2 docs(ts-to-js): ward's edits (incomplete) 2016-11-11 19:44:17 -08:00
Martin Eckardt
03db4bbc48 docs(a1-a2): fix link to Filter/Pipes (#2770) 2016-11-09 17:43:40 +01:00
WilliamKoza
43c9071a2e docs(cookbook): fix spelling error for word 'class' (#2682) 2016-10-31 00:48:22 -07:00
Deborah Kurata
7d142c1d78 docs(vs2015): update for current tools. (#2672)
closes #2672
2016-10-26 09:26:40 -07: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
Torgeir Helgevold
3eb7a41602 docs(aot-cb):bundle in-mem-web-api with esm and umd (#2617)
s

s
2016-10-19 21:52:32 -07:00
Aristeidis Bampakos
3508b7988d docs(cb-aot): fix typo in tab names. (#2621) 2016-10-18 15:11:24 +02:00