9320f34f19
docs(aio): add Metadata guide based on Chuck’s docs
...
Chuck’s gist
https://gist.github.com/chuckjaz/65dcc2fd5f4f5463e492ed0cb93bca60#file-Angular%20Metadata-md
Also chuck’s doc on metadata-related errors (link needed)
2017-08-15 12:14:57 -07:00
fd6ae571b8
fix(aio): add missing code snippet ( #18547 )
...
The snippet got lost some time during the migration from the old version (it is
[present in v2][1]).
[1]: https://v2.angular.io/docs/ts/latest/cookbook/aot-compiler.html#!#running-the-application
Fixes #18544
2017-08-09 14:20:25 -07:00
9b015a95eb
docs(aio): tech edits to form validation
...
closes #18495
2017-08-03 13:57:31 -07:00
939dc44391
docs(forms): update and re-organize validation guide
2017-08-03 13:56:53 -07:00
3923c30df0
docs(aio): fix missing anchor-open in i18n documentation ( #18476 )
...
The Internationalisation documentation, "Translate text nodes" section, has an incomplete
markdown anchor, and leaks markdown into the page. Fix the anchor by adding the opening bracket.
2017-08-02 15:56:01 -07:00
a11542a375
docs(aio): fixed list format in FormArray section
2017-07-31 11:31:05 -07:00
416ed691e5
docs(aio): fix URLSearchParams interface link to MDN
...
Fixes #18367
2017-07-28 15:26:04 -07:00
67f7032321
fix(aio): correctly process markdown link in "Browser Support" ( #18349 )
...
The markdown processor expects an empty line between an opening tag and the
markdown content. (If there is no empty line, the content is interpreted as
plain HTML.)
Previously, the line between the opening `<td>` and the content contained
whitespace, which caused the content to be interpreted as HTML and not markdown.
Fixes #18312
PR Close #18349
2017-07-26 16:07:26 -05:00
8d2819121b
fix(aio): invalid formatting in architecure.md ( #18159 )
...
Introduced in e110a80caf (diff-9ac9c6a9277eea9856d75249a7c0a40aL127)
2017-07-20 09:48:02 -07:00
31cb418370
docs(aio): Fix http guide
2017-07-20 09:35:27 -07:00
410f21c75c
docs(aio): fix typo in NgModule FAQs ( #18211 )
...
Fix #18133 . Fix typo 'added' to 'add' in the 'Why does lazy loading create a child injector' section.
2017-07-20 09:07:30 -07:00
9208f0beea
docs(aio): fix typo in Router documentation
...
Fix title and link to RouteConfigLoadEnd documentation
2017-07-19 15:01:50 +01:00
256bc8acdd
docs(http): Make name of injected HttpTestingController consistent
2017-07-18 10:35:56 -07:00
3b588fe2b0
docs: fix typo
2017-07-18 10:11:55 -07:00
2a2fe11e8d
docs(aio): fix HttpClient setting new header sample
2017-07-18 10:02:27 -07:00
cdb069ab0e
docs(aio): fix cheatsheet layout for narrow screens
...
* Tell the app that this will have no Table of Contents, since we have no
h2 headings anyway.
* Remove all the `nbsp;` from the code since that doesn't help with layout
* Remove side padding from sidenav-content when screen is narrow
* Restyle the cheatsheet table when the screen is narrow
2017-07-18 17:32:43 +01:00
f054c8360b
docs(aio): fix up broken links
2017-07-18 11:45:05 +01:00
375d598a9f
docs(aio): add George's fixes
2017-07-17 14:49:19 -07:00
cd67fced1c
docs(aio): add npm install to Sublime instructions
2017-07-17 14:49:19 -07:00
a77cf7ee37
docs(aio): add Chuck's comments
2017-07-17 14:49:19 -07:00
2150b45954
docs(aio): add language service doc
2017-07-17 14:49:19 -07:00
9f99f4fae2
docs: fix HttpClient sample
2017-07-17 14:03:32 -07:00
c6ad212a98
docs(aio): fix HttpClient's interceptor sample
2017-07-17 14:03:16 -07:00
47b3ecd9a3
docs(http): fix "Expecting and answering requests" example mistake
...
Possibly overlooked testing documentation mistake fixed:
- `http.get('/data')` probably ought to be paired with `httpMock.expectOne('/data')` instead of `httpMock.expectOne('/data')`.
2017-07-17 14:01:44 -07:00
8c81c62d46
docs: fix HttpClient logging's sample
2017-07-17 14:01:24 -07:00
7e72317059
docs(http): fixed syntax error in AuthInterceptor example
2017-07-17 14:00:59 -07:00
95698d93ad
fix(aio): remove title from callout
2017-07-15 15:35:15 +01:00
e0fa727594
fix(aio): document XSRF protection in HttpClient
2017-07-14 12:42:37 -07:00
8e56c3cb30
docs: fix type error in HttpClient sample
2017-07-14 09:35:25 -07:00
bc1ea8c54b
docs: rewrite 'Server Communication' doc guide to use HttpClient ( #18079 )
2017-07-13 15:22:07 -07:00
e110a80caf
docs(aio): change Angular Module to NgModule ( #16964 )
2017-07-11 15:05:20 -07:00
20127c1456
docs: fix typos and grammar ( #17818 )
2017-07-11 13:00:53 -07:00
bbf2133fa9
docs: update ECMAScript info ( #17801 )
2017-07-11 12:44:56 -07:00
b30c5fc874
docs(aio): fix dangling links
2017-07-11 11:44:05 +01:00
0e71836cd5
docs(aio): fix potential invalid jsdoc tag
2017-07-11 11:44:05 +01:00
c723d42d0a
refactor: fix typos ( #18000 )
2017-07-07 16:55:17 -07:00
0ede642cb9
docs(aio): Update NgStyle
and NgClass
to use quoted keys
2017-07-07 16:17:33 -07:00
92d7ecf627
docs: shefali edits to Authors Style Guide ( #17853 )
2017-07-05 14:33:06 -07:00
dc88e0a881
docs(aio): update quickstart to latest cli
2017-07-03 08:25:19 +01:00
f54a901b8d
docs(aio): fix visual-studio-2015 typo
...
This fixes #17283
2017-07-03 08:12:28 +01:00
154154dde2
docs(aio): fix quickstart-cli bad HTML escape chars
2017-06-30 12:23:11 +01:00
8d01db4638
docs: Updated router guide content and examples for paramMap
...
and queryParamMap, tracing, and incidental improvements.
closes #16991 and #16259 which it also fixes.
2017-06-29 09:35:39 -07:00
96b17034e1
feat(aio): cross reference readme and docs styleguide
2017-06-29 09:35:04 -07:00
97bb374218
fix(aio): Typo in Setup Anatomy documentation page
...
Solves #17076
2017-06-26 11:04:46 -07:00
233044e337
docs(aio): fix typo
2017-06-26 11:04:32 -07:00
b754e600e3
feat(compiler): add support ::ng-deep
...
- /deep/ is deprecated and being removed from Chrome
- >>> is semantically invalid in a stylesheet
- sass will no longer support either in any version of sass
-> use ::ng-deep in emulated shadow DOM mode
Because the deep combinator is deprecated in the CSS spec,
`/deep/`, `>>>` and `::ng-deep` are also deprecated in emulated shadow DOM mode
and will be removed in the future.
see https://www.chromestatus.com/features/6750456638341120
2017-06-23 14:43:42 -07:00
eacc36bbd5
docs(aio): update Bash for Windows info
...
As of the Creator's Update, Bash on Ubuntu on Windows supports all npm commands.
https://blogs.msdn.microsoft.com/commandline/2017/04/11/windows-10-creators-update-whats-new-in-bashwsl-windows-console/
Update setup documentation accordingly.
2017-06-23 09:04:04 -07:00
8b4acbbcbf
docs(aio): minor fixes for the upgrade guide
...
Fixes #17093
2017-06-23 09:03:28 -07:00
92bcfefc35
docs(aio): remove min, max & move built-in validators paragraph
2017-06-22 14:51:05 -07:00
8c129d73b8
docs: Fix some non-code being formatted as code in the router docs
2017-06-22 14:38:55 -07:00