Ward Bell
01b211193c
docs(browser-support): edits ( #2299 )
2016-09-09 22:21:40 -04:00
Marc Laval
d4a641e553
docs(browser-support): document browser support and polyfills ( #2244 )
2016-09-09 10:02:02 -07:00
Patrice Chalin
562e99463a
chore(cheatsheet): fix double banner issue ( #2293 )
...
Each page is designed to have a single banner; adjust the cheatsheet to
follow this convention. Also eliminate the article nested within the
`l-conent` div.
Propagated changes/cleanup to JS and Dart.
2016-09-08 15:01:39 -07:00
Patrice Chalin
3e69d83e68
chore(cheatsheet): use Jade to generate mirror page ( #2289 )
...
The page `docs/ts/latest/guide/cheatsheet.html` is a mirror of
`docs/ts/latest/cheatsheet.html`. Use Jade instead of Harp to create
the mirror so that jade2ng can generate the corresponding file.
2016-09-08 13:37:22 -07:00
Patrice Chalin
15c50d76a2
docs(*): fix broken links in glossary and router chapter ( #2279 )
...
- Glossary: `#ecmascript=2015` is not a valid fragment.
- Router: `<a name=“…”>` needed to be `<a id=“…”>`.
2016-09-07 16:48:43 -07:00
Kathy Walrath
3fa68cd7ac
docs(template-syntax): delete a single character
2016-09-06 10:33:13 -07:00
Peter Fryer-Davis
32ac619fc7
Uwaterloo 210J pfryerda edits ( #1968 )
...
* template-syntax - removed word redundancies, consistent bolding rather than italics
* Some (not all) changes from PR.
* remaining changes from pull request
2016-09-06 10:31:25 -07:00
Patrice Chalin
59f6ebe849
docs(*): misc fixes to prose in support of jade2ng ( #2266 )
...
Fixes to prose “syntax”. Anomalies detected by jade2ng.
Also updated the main _utils-fn.jade in support of jade2ng as well.
2016-09-06 10:28:24 -07:00
Jesús Rodríguez
42257e4a22
docs(typescript): fix broken link ( #2263 )
2016-09-03 13:55:10 -07:00
Patrice Delorme
1e0bd22d57
docs(DI): fixed Url of "Should I add providers to the root AppModule or the root AppComponent?"
...
closes #2251
Fixed url "Should I add providers to the root AppModule or the root AppComponent?" to proper link : NgModule to NgModule-FAQ
2016-09-03 12:08:41 -07:00
Ward Bell
48a30534b3
docs(ngmodule): drop '_' in '_@NgModule' ( #2217 )
2016-08-31 18:15:53 -07:00
Filipe Silva
0c962712b3
chore: update to rc6 ( #2177 )
2016-08-31 18:08:57 -07:00
Kapunahele Wong
2ec07472ea
Guide & Features edits ( #2180 )
...
* Guide & Features edits
* PR updates & Architecture edits
* a couple we -> you updates
* architecture edits
* copy edits in arch., index, npm-packages
* few copy edits
* some chapter -> page changes
2016-08-29 08:37:39 -07:00
Suguru Inatomi
5fd6ae3099
fix(docs): fix typo 'ngOnit' ( #2211 )
2016-08-27 01:58:26 -07:00
Ward Bell
e25a1111e0
docs(ngmodule): add plunker images ( #2209 )
2016-08-27 00:45:25 -07:00
Ward Bell
320920e1fd
docs(ngmodule): replace `export default` with explicit export ( #2206 )
...
Because AoT won't support `export default` for RC6.
2016-08-26 13:17:05 -07:00
Ward Bell
094f63aaf9
docs(ngmodule): improved NgModule summary description
...
closes #2203
2016-08-26 12:38:15 -07:00
Jesús Rodríguez
5b64b94540
docs(overview): fix live-example link ( #2192 )
2016-08-26 10:11:15 -07:00
Ward Bell
8e15829189
docs(ngmodule): fixes for defects discovered by John Papa ( #2197 )
...
includes splitting FAQs into its own cookbook.
2016-08-25 19:12:15 -07:00
Ward Bell
8bda4abe7f
docs(ngmodule): clarity: FormModule is not in imports array ( #2195 )
2016-08-25 11:06:28 -07:00
Jesús Rodríguez
5b8df3494a
chore: add embedded plunkers functionality ( #2194 )
2016-08-25 10:44:22 -07:00
Jesús Rodríguez
9f0ff2e2a9
docs(attribute-directives): add Renderer to style elements
...
closes #2164
2016-08-24 23:47:41 -07:00
Jesús Rodríguez
d01898f474
docs(style-guide): fix two broken regions
...
closes #2159
2016-08-24 23:45:55 -07:00
Jesús Rodríguez
9ec4cbf3a4
docs(component-relative): tweak webpack explanation
...
closes #2157
Fixes #2156
2016-08-24 23:40:52 -07:00
Trotyl Yu
128915d6c3
docs(server-communication): Fetch API does not belong to ECMAScript
...
closes #2107
Fetch API is a Web API, has its own specification. ECMAScript is the specification of the JavaScript language, nothing to do with Web API.
2016-08-24 23:39:36 -07:00
Ward Bell
fc2815ff6d
docs(ngmodule): updates for clarity; breaks out CoreModule
2016-08-24 23:10:10 -07:00
Patrice Chalin
014883d074
docs(*): fix links to Dart API entries ( #2185 )
...
* docs(*): fix links to Dart API entries
* post-review updates
2016-08-24 14:46:06 -07:00
Patrice Chalin
fcaf8fa365
docs(forms): add link to Dart sample ( #2176 )
...
Contributes to #1598 .
Also:
- Trimmed trailing whitespace.
- Fixing user-input (since we don’t need the “Run the” in the link).
2016-08-22 15:41:13 -07:00
Patrice Chalin
9b3614d151
docs(user-input): add link to Dart sample ( #2175 )
...
Contributes to #1598 .
2016-08-22 15:15:30 -07:00
Patrice Chalin
f0daf5d238
docs(lifecycle-hooks): post-RC5 Dart resync ( #2141 )
...
* lifecycle-hooks: copy latest to cache
* docs(lifecycle-hooks): post-RC5 Dart resync
- TS prose: removed mention of `routerOnActivate` which no longer
exists in the new router.
- TS improvements to the sample code have also been propagated to the
Dart sample.
Contributes to #2077 .
E2E tests pass now.
* post-review updates
2016-08-19 15:07:30 -07:00
Ward Bell
2c8a7982e7
docs: use InMemoryWebApiModule everywhere
...
closes #2137
2016-08-19 04:26:36 -07:00
Brandon Roberts
a35fcb4dfd
chore(router): Added ModuleWithProviders to routing exports
...
closes #2113
2016-08-18 23:57:54 -07:00
Ferdinand Malcher
7972eccb8d
docs(ngModule): fixed typos
...
closes #2143
2016-08-18 23:47:05 -07:00
Daniel Kuczewski
fb585fae74
docs(ngmodule): replace "swapped" by "replace"
...
closes #2076
2016-08-17 17:53:07 -07:00
Patrice Chalin
08dec19447
docs(glossary): general cleanup and fix links ( #2100 )
...
* glossary: replace cached by latest before edits
* docs(glossary): general cleanup and fix links
This commit addresses issues with the glossary for all languages (JS, TS, Dart).
Fixes #1123 , #1838 , #2036 .
This was originally started as post-RC5 Dart resync, but since mixing Harp partials with Jade mixins can be problematic, this commit does a general cleanup of the 3 x 2 = 6 glossary files (found in `{ts,js,dart}/latest/{.,guide}`).
This commit builds upon #2098 (which created the first `ts/_cache` copy of the glossary), but doesn't really depend on it.
* post-review updates
* post-review updates
2016-08-17 17:50:42 -07:00
Trotyl Yu
917bf6f603
docs(ngmodule): Fix typo
...
closes #2103
Another two `@NgModel` typos.
2016-08-17 17:45:16 -07:00
Trotyl Yu
f13b4cc04f
docs(ngmodule): Fix typo
...
closes #2104
Remove redundant `by` word.
2016-08-17 17:43:17 -07:00
Trotyl Yu
51f13b51c9
docs(ngmodule): Fix typo of unneeded underscore
...
closes #2105
Change the underscore to space since it's normal English statement here.
2016-08-17 17:41:47 -07:00
Trotyl Yu
b3244ca496
docs(ngmodule): Fix typo of italic in backquote
...
closes #2106
The underscore would turn to real underscore character within backquote.
2016-08-17 17:40:45 -07:00
Trotyl Yu
604e0a72e6
docs(lifecycle-hooks): Remove statements about router-deprecated hooks
...
closes #2110
The lifecycle-hooks provided by router-deprecated has already been removed in the router, the router now uses guards rather than lifecycle-hooks to achieve the same work.
2016-08-17 17:37:14 -07:00
Trotyl Yu
4f9bf774ee
docs(router): Fix typo of missing symbol
...
closes #2111
2016-08-17 16:46:52 -07:00
Ward Bell
207b04e264
docs(template-syntax): tweak `[(ngModel)]` section header
2016-08-17 16:42:56 -07:00
Patrice Chalin
6df26b5058
docs(template-syntax): update cache copy from latest + post-RC5 Dart resync
...
closes #2121
Contributes to #2077 .
2016-08-17 16:10:52 -07:00
Jesús Rodríguez
66a36bea05
docs(webpack): update testing for RC5
...
closes #2133
2016-08-17 15:44:37 -07:00
Patrice Chalin
ea457825b8
docs(router): fix markdown, and example mixin cleanup ( #2101 )
...
* docs(router): fix markdown and example mixin cleanup
- Fixed: markdown text not under `:marked` region (and so that text was
not showing up in the generated html).
- Fixed: code excerpt title `constructor` -> `isSelected`.
- Cleanup of all makeExample mixin uses.
This cleanup will help make it easier to record differences with the
deprecated router chapter (which must have app-relative makeExample
paths).
* post-review updates
Found another instance of markdown (a heading) outside of a `:marked` region.
2016-08-12 11:20:44 -07:00
Patrice Chalin
7075cdbefa
docs(hierarchical-di): post-RC5 Dart resync ( #2080 )
...
Contributes to #2077 .
Depends on #2078 .
2016-08-11 14:43:59 -07:00
Fredy Treboux
124a03ae09
docs(lifecycle-hooks): minor typo.
...
closes #2045
2016-08-09 22:36:55 -07:00
Trotyl Yu
b7e42e2d32
docs(ngmodule): Fix typo
...
closes #2073
2016-08-09 22:33:26 -07:00
Ward Bell
d412470b38
Update router.jade
2016-08-09 22:29:27 -07:00
Brandon Roberts
420b9ca59e
docs(router): Fixed lazy loading initial example
...
closes #2070
2016-08-09 20:00:08 -07:00