Tobyn Baugher
10dd5b8bf0
docs(DI): remove misplaced "span" ( #3522 )
2017-04-11 19:20:43 -07:00
Ward Bell
ebd8b48da6
docs(di-cookbook): InjectionToken->OpaqueToken; clarify class-interface
2017-04-01 02:11:47 -07:00
Ward Bell
a56c4a0b08
chore(aio): blank line before each list-item; - becomes * ( #3481 )
2017-04-01 00:25:27 +02:00
Jesús Rodríguez
f7c89d07b1
chore: remove dart remains ( #3468 )
2017-03-30 16:13:42 -07:00
Pete Bacon Darwin
93d3db1fd4
docs(*): blank lines before lists are good ( #3474 )
2017-03-30 14:41:23 -07:00
Filipe Silva
15036913bb
docs: followup amends for 4.0 release ( #3431 )
2017-03-24 17:58:36 +00:00
Pete Bacon Darwin
be53a50b6b
fix(*): fix PUG syntax errors ( #3401 )
...
These errors are being missed by the Jade parser
but the more stringent Pug parser treats them as
errors.
2017-03-21 14:45:28 +01:00
Charles Park
cf2042aa03
docs(fix typos) ( #3370 )
...
* docs: fix typos
* docs: enhance consistency
2017-03-17 12:32:18 -10:00
Kapunahele Wong
82b490f44e
docs(DI): copy edits and TOC update ( #3381 )
2017-03-17 12:26:57 -10:00
Juri Strumpflohner
cdf9e3bc61
docs(di): fix broken link to ngmodules faq ( #3252 )
2017-02-16 00:03:41 +01:00
Josh Schneider
390e28080c
docs(di): fix AppModule providers in dependency-injection.jade ( #3206 )
...
"Here's our AppModule where we register a `Logger`, a `UserService`, and an `APP_CONFIG` provider." No Logger appears to be registered in the source code.
2017-02-06 19:03:30 -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
Patrice Chalin
0902940eeb
docs(dependency-injection): updates to match TS; also minor TS fixes ( #2875 )
...
* cache file sync before making updates to Dart jade
* app.module.ts: fix ngmodule docregion
* [TS] dependency-injection.jade updates
* [Dart] dependency-injection.jade updates
* final ts/_cache file sync
2016-11-26 12:20:54 +00:00
ashishg-qburst
8f7d5930cd
docs: fix typo ( #2824 )
2016-11-18 22:30:50 -08:00
Patrice Chalin
0dfda08306
docs: in links use href=foo#bar not foo#!#bar ( #2807 )
2016-11-15 15:36:34 -08:00
Patrice Chalin
234e468d5d
docs: intra-site links should be relative
...
Contributes to #2772 .
2016-11-08 16:04:24 -08:00
Alireza Mirian
7796f485fd
fix(guide/form): fix a broken link ( #2498 )
2016-09-30 23:33:26 +02:00
Jesús Rodríguez
693f6ae462
chore: rename Angular 2 to simply Angular ( #2402 )
2016-09-19 20:24:40 -07:00
Jesús Rodríguez
d1987b183b
docs(di): remove InjectorMetadata mentions
2016-09-13 09:41:38 -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
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
Peter Bacon Darwin
d79adb2422
docs(rc5): update docs and plunkers for rc5
2016-08-09 11:48:07 -07:00
Ignat Shining
fc1a9a6026
docs(dependency-injection): Clarify how TypeScript generates decorator metadata
...
closes #1960
2016-07-25 10:40:56 -07:00
Patrice Chalin
98e5d4af77
docs(all): link cleanup - broken and outdated
...
closes #1841
Fixes all broken links except genuine errors (see #1840 ), have been
resolved as of 2016-07-06
(https://github.com/angular/angular/commit/2708ce6a17667a2369c83bcf244c9
366b058d4c9).
Fixes #1574
2016-07-11 21:50:07 -07:00
Patrice Chalin
b0e0d94b5c
docs: revert Jade to markdown
...
closes #1818
Previously, the markdown of some chapters was converted to Jade markup
to support the conditional exclusion of TS prose parts in Dart
chapters. This commit reverts some of that back to clean markdown,
thanks to a few custom directives.
2016-07-05 23:03:30 -07:00
priestch
b21c90c358
fix(doc): fix 404 problem of some api url
2016-06-28 22:25:24 -07:00
Patrice Chalin
3c77a7fcd1
docs(basics/di): minor edits following TS switch to provider object literal ( #1600 )
...
Minor edits:
- Dart side adjustments following #1594 .
- Renamed example '3a' to just '3' and tweaked the logger message
- Removed obsolete Dart block.
2016-06-08 09:25:48 -07:00
Foxandxss
c185c3548c
chore: use the provide object literal
...
closes #1594
replace `provide(...{use:...})` with `{provide: ..., use...}` syntax
2016-06-04 01:33:36 -07:00
Patrice Chalin
05864c2584
docs(dependency-injection): revised Dart and TS code and prose ( #1573 )
...
docs(dependency-injection): revise Dart and TS code and prose
2016-06-03 11:16:46 -07:00
Vikash
8569479423
docs: fix numerous typos in many doc files.
...
closes #1509
2016-06-01 01:08:56 -07:00
Torgeir Helgevold
1644673d6c
docs(dependency-injection): show providers using map literals
2016-05-23 19:07:59 -07:00
Foxandxss
596825a8b1
docs: update all docs to partially comply the style-guide
2016-05-03 12:42:44 -06:00
Filipe Silva
0a606a1b41
chore(ts): updating to beta.16
2016-04-26 00:22:25 -07:00
Naomi Black
6d13db472a
chore(links): make links to API docs relative
2016-04-19 17:44:38 -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
Torgeir Helgevold
c1f2c397ff
docs: add DI cookbook
2016-04-05 10:15:18 -07:00
Kathy Walrath
e2c77ad55c
docs(dependency-injection): tweak Dart wording
...
closes #1017
2016-03-30 10:46:54 -07:00
Kathy Walrath
10877bdbfc
docs(dependency-injection): add Dart version, tweak TS version
...
closes #972
2016-03-25 15:21:11 -07:00
Josh Otis
746a6649b2
chore: new flat left navigation panel (all language tracks)
2016-03-03 04:51:52 -08:00
Ward Bell
ad7f172ea5
docs: share 'styles.css' across all samples all langs; fix styles
2016-02-28 12:47:01 -08:00
Kathy Walrath
4d9daf3493
docs(dependency-injection): copy edit the TypeScript version
...
Also fix print style
closes #826
2016-02-18 14:59:30 -08:00
Ward Bell
ab6d362650
docs(dependency injection): minor tweaks
...
closes #755
2016-01-26 02:54:53 -08:00
Pascal Precht
76a8d022a7
docs(dependency-injection): added DI examples; update/expand text
...
closes #748
2016-01-25 23:34:40 -08:00
Progger
d64d3320b4
docs(dependency-injection): typo
...
closes #628
2016-01-03 15:48:07 -08:00
Deborah Kurata
c9ea1e52c1
docs(attribute-directive): new chapter + dev-guide chapter shuffle
...
closes #437
2015-12-02 19:01:27 -08:00
Brady Potaczek
347c79c514
docs: dependency-injection.jade
...
Fix absolute path to relative path
closes #419
2015-11-30 16:11:56 -08:00
Mithun Patel
4b4582cb17
Fix typos in Forms & DI chapters; add links in testing docs
...
closes #398
2015-11-23 17:03:06 -08:00
Philip Steinebrunner
54b3634923
docs(dependency-injection.jade): remove word duplicate
...
closes #382
2015-11-17 10:16:52 -08:00
Mark Rajcok
54573563a3
Add missing import of Injectable to DI guide
...
closes #373
2015-11-13 18:16:56 -08:00
Peter Bacon Darwin
e86fde8dc9
chore(jade): upgrade to use `marked` filter
...
The `Transformers.markdown` (`:markdown`) filter is deprecated. This commit updates
the entire docs project to use the `jstransformer-marked` (`:marked') filter.
2015-11-10 18:37:53 +00:00