d4679a0bc2
docs(aio): fix typo in Router documentation
...
Fix title and link to RouteConfigLoadEnd documentation
2017-07-19 15:02:14 +01:00
f19bd5f4f3
docs(http): Make name of injected HttpTestingController consistent
2017-07-18 10:54:42 -07:00
d8c8b13bb8
docs: fix typo
2017-07-18 10:54:26 -07:00
4dd6863bc2
docs(aio): fix HttpClient setting new header sample
2017-07-18 10:53:58 -07:00
37c626e673
fix(aio): remove title attribute from CodeExampleComponent
...
This was causing browser to add an unwanted tooltip that appeared
when the user hovers over the code.
See #17524
2017-07-18 17:55:54 +01:00
f0a110928b
fix(aio): add quote to module
2017-07-18 17:54:51 +01:00
c39e7d1eb2
fix(aio): do not wrap <code-tabs>
tab labels
...
Fixes #17751
2017-07-18 17:45:20 +01:00
799bffb431
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:33:36 +01:00
fda607cc2f
build(aio): fail doc-gen if referenced images are missing
2017-07-18 11:46:15 +01:00
cc3aa68123
docs(aio): fix broken image sources
2017-07-18 11:46:15 +01:00
306621d2d6
docs(aio): fix up broken links
2017-07-18 11:46:15 +01:00
d204f7aa2a
build(aio): abort doc-gen on dangling links
2017-07-18 11:46:14 +01:00
a94f5e8cbb
build(aio): abort doc-gen if an example is missing
...
Closes #16936
2017-07-18 11:46:14 +01:00
1390afef23
docs: fix HttpClient sample
2017-07-17 14:18:41 -07:00
b0346a6e45
docs(aio): fix HttpClient's interceptor sample
2017-07-17 14:18:41 -07:00
e5da059994
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:18:41 -07:00
ac92c3bb26
docs: fix HttpClient logging's sample
2017-07-17 14:18:41 -07:00
87157d7089
docs(http): fixed syntax error in AuthInterceptor example
2017-07-17 14:18:41 -07:00
969ce9dc2b
fix(aio): remove title from callout
2017-07-15 15:39:40 +01:00
34834a9e79
fix(aio): remove unused news.html
file
...
Although outdated and not used, the file would be picked up and showed in search
results.
2017-07-15 15:29:59 +01:00
6e2ddccc2c
build(aio): render type parameters of API function exports
...
Fixes #18123
2017-07-15 08:54:34 +01:00
55742e4737
Revert "revert: revert: ci(aio): exclude changes in aio/content folder"
...
This reverts commit 3d85f72652
.
Still causing repeated flakes on master.
2017-07-14 14:55:56 -07: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
7955cacec4
build(aio): turn on debugging of the payload.sh script to debug ci failures
2017-07-13 22:50:05 -07:00
3d85f72652
revert: revert: ci(aio): exclude changes in aio/content folder
...
This reverts commit 72143e80da
.
it seems that the previous build failure was a travis flake.
reverting the revert...
2017-07-13 16:22:57 -07:00
72143e80da
revert: ci(aio): exclude changes in aio/content folder
...
This reverts commit 1bf7ba87a0
.
The commit caused master builds to fail with:
```
$ scripts/payload.sh
error Command failed with exit code 1.
error Command failed with exit code 1.
```
https://travis-ci.org/angular/angular/jobs/253405260#L1024
2017-07-13 15:32:44 -07:00
bc1ea8c54b
docs: rewrite 'Server Communication' doc guide to use HttpClient ( #18079 )
2017-07-13 15:22:07 -07:00
1bf7ba87a0
ci(aio): exclude changes in aio/content folder
2017-07-13 15:13:37 -07:00
db96c963a8
fix(aio): add <hr> in between overloads
2017-07-13 14:58:33 -07:00
f0beb4d750
docs(aio): add Dart as a language option ( #18080 )
2017-07-13 12:21:28 -07:00
bc3b2ac251
docs(aio): Updated resources to UI Components ( #18067 )
...
With https:// the site gives console errors, because it loads fonts with http://
2017-07-13 12:19:31 -07:00
ffda3e41e0
build(aio): simplify the primary overload's anchor
...
The primary link to a member should simply be its name, and not require
the parameter list.
2017-07-13 12:16:20 -07:00
a301dba68f
build(aio): improve API docs layout and styling
2017-07-13 12:16:20 -07:00
04f3a4a7a5
build(aio): fix githubLinks line numbers
...
The API docs have changed. The line numbers are now found in
`startingLine` and `endingLine` properties rather than the `location`
property, which moved into the `fileInfo` property anyway.
2017-07-13 12:16:20 -07:00
f06ce9adc8
build(aio): truncate API overview parameters at one line
2017-07-13 12:16:20 -07:00
660eec4a23
build(aio): upgrade to dgeni-packages 0.20.0-rc.5
...
This fixes unwanted extra overloads in interfaces and abstract classes
This provides the overload grouping support and fixes API doc line numbers
2017-07-13 12:16:20 -07:00
be3352a084
build(aio): render grouped overloads
2017-07-13 12:16:20 -07:00
998049ec9b
build(aio): truncate API overview parameters at one line
2017-07-13 12:16:20 -07:00
26b9492315
docs(aio): Added resource link to amexio-ng-extensions [duplicate of #17785 ] ( #17790 )
2017-07-11 15:06:14 -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
1b1a6ba0bb
docs: fix 404 link to SFEIR website ( #17913 )
...
Also, I moved SFEIR training description to the "onsite" section since SFEIR doesn't deliver online training.
2017-07-11 12:00:27 -07:00
876ca9ee3a
docs(aio): fix host usage in styleguide ( #17932 )
2017-07-11 11:58:26 -07:00
4d45fe6fb5
fix(aio): fix tab animations on CodeTabsComponent
...
In our attempt to remove the material ripple effect from tab labels, we were
killing all `transform`-based animations on other `md-tab-group` elements, such
as animating the content when entering/leaving. (This wasn't an issue on Chrome,
because it didn't respect our `!important` flag.)
This commit fixes it by properly hiding the ripple effect (using a feature
introduced in angular/material2@e4789c7b8 ) and allowing other animations to
execute normally.
Fixes #17998
2017-07-11 11:49:22 -07:00
076ea2281f
test(aio): add tests for CodeTabsComponent
2017-07-11 11:49:22 -07:00
aec39c28d8
refactor(aio): remove unnecessary comments/imports, improve indentation
2017-07-11 11:49:22 -07:00
9003770f02
docs: fix style in helper text ( #18055 )
2017-07-11 11:43:52 -07:00
e8bbf86e66
build(aio): add terms from heading to the search index
2017-07-11 15:04:37 +01:00