Nico de Haen
94433f3b9e
docs: fix unit tests in toh-pt6 ( #24491 )
...
Resolves #20373
PR Close #24491
2018-06-27 14:33:26 -07:00
Alan Agius
aa753878e6
docs: add explanation for enableResourceInlining
( #24644 )
...
PR Close #24644
2018-06-27 14:31:54 -07:00
Tomasz Kula
3513ae40cc
docs(aio): fix adding to template driven forms ( #23743 )
...
PR Close #23743
2018-06-26 11:03:36 -07:00
Tomasz Kula
979e7b6086
docs(aio): fix issues suggested by Brandon ( #23743 )
...
PR Close #23743
2018-06-26 11:03:36 -07:00
Tomasz Kula
41f008d109
docs(aio): fix issues suggested by Kara ( #23743 )
...
PR Close #23743
2018-06-26 11:03:36 -07:00
Tomasz Kula
c950410ee1
docs(aio): address pr review issues ( #23743 )
...
PR Close #23743
2018-06-26 11:03:36 -07:00
Tomasz Kula
b0fa504d39
docs(aio): add cross field validation example ( #23743 )
...
PR Close #23743
2018-06-26 11:03:36 -07:00
Pete Bacon Darwin
426f9710a0
build(docs-infra): support hiding constructors of injectable classes ( #24529 )
...
Classes that are injectable often have constructors that should not be
called by the application developer. It is the responsibility of the
injector to instantiate the class and the constructor often contains
private implementation details that may need to change.
This commit removes constructors from the docs for API items that are
both:
a) Marked with an injectable decorator (e.g. Injectable, Directive,
Component, Pipe), and
b) Have no constructor description
This second rule allows the developer to override the removal if there
is something useful to say about the constructor.
Note that "normal" classes such as `angimations/HttpHeaders` do not have
their constructor removed, despite (at this time) having no description.
PR Close #24529
2018-06-26 10:58:11 -07:00
Miško Hevery
ae01c70bba
ci: fix broken build do to bad merge ( #24662 )
...
PR Close #24662
2018-06-25 13:11:16 -07:00
Judy Bogart
3341a97154
docs: test doc for decorator templates ( #23902 )
...
PR Close #23902
2018-06-25 10:58:00 -07:00
Jason Aden
2056e1f05c
Revert "docs: test doc for decorator templates ( #23902 )"
...
This reverts commit 3938a8be75240a9a59dae9f2c999e936b98de429.
2018-06-25 10:54:47 -07:00
Judy Bogart
3938a8be75
docs: test doc for decorator templates ( #23902 )
...
PR Close #23902
2018-06-25 10:09:15 -07:00
Judy Bogart
393db94b8d
docs: fix misdirected group links ( #24569 )
...
PR Close #24569
2018-06-25 10:03:43 -07:00
Judy Bogart
65744e4ae1
docs: test api doc for pipes ( #24141 )
...
PR Close #24141
2018-06-25 09:37:30 -07:00
George Kalpakas
56bc86992c
test(aio): fix upgrade-phonecat examples e2e tests ( #24583 )
...
Closes #19625
PR Close #24583
2018-06-25 09:30:46 -07:00
George Kalpakas
9426c02648
build: upgrade AngularJS typings ( #24583 )
...
Previously, we were using [@types/angularjs][1], which is deprecated and
outdated (hasn't been updated for over two years). This PR switches to
[@types/angular][2], which is regularly updated (based on the
definitions on [DefinitelyTyped][3]).
[1]: https://www.npmjs.com/package/@types/angularjs
[2]: https://www.npmjs.com/package/@types/angular
[3]: https://github.com/DefinitelyTyped/DefinitelyTyped
PR Close #24583
2018-06-25 09:30:46 -07:00
Vikram Subramanian
0b356d4163
fix(animations): set animations styles properly on platform-server ( #24624 )
...
Animations styles weren't getting properly set on platform-server because of erroneous checks and absence of reflection of style property to attribute on the server.
The fix corrects the check for platform and explicitly reflects the style property to the attribute.
PR Close #24624
2018-06-25 07:58:12 -07:00
yjaaidi
a886659444
docs: add guide-angular.wishtack.io to education resources ( #24585 )
...
PR Close #24585
2018-06-25 07:57:34 -07:00
Pete Bacon Darwin
3649958595
build(docs-infra): move overload short description above syntax ( #24526 )
...
PR Close #24526
2018-06-25 07:56:37 -07:00
Ricardo Varanda
8919577c54
docs: update Angular CLI option for sourcemaps ( #24437 )
...
PR Close #24437
2018-06-25 07:53:27 -07:00
George Tzinos
84eff4219e
docs: update lowercase
pipe example in "AngularJS to Angular" guide ( #24588 )
...
PR Close #24588
2018-06-21 13:14:31 -07:00
George Kalpakas
c11e84ee18
build(docs-infra): redirect removed webpack guide to v5.angular.io
( #24595 )
...
The outdated webpack guide has been removed in #24478 , but people might
still try to access it (via direct links or search-engine results).
Instead of returning 404, we will now redirect `/guide/webpack` to the
archived version of the guide at `v5.angular.io/guide/webpack`.
PR Close #24595
2018-06-20 16:51:34 -07:00
Elana Olson
1ce5a495d3
docs(aio): add elana olson to contributor.json file ( #24579 )
...
Add new contributor, elana olson, to the contributors list.
PR Close #24579
2018-06-20 16:50:54 -07:00
Stefanie Fluin
1f532aaa5a
feat(docs-infra): Add GitHub and Twitter external icon links to topnav toolbar ( #24542 )
...
PR Close #24542
2018-06-20 16:50:15 -07:00
Miško Hevery
e81982ef90
release: cut the v6.0.6 release
6.0.6
2018-06-20 15:57:10 -07:00
Matias Niemelä
776bc38999
test(animations): properly reference body node for SSR environments ( #23300 )
...
PR Close #23300
2018-06-20 11:00:42 -07:00
Brandon Roberts
7e7ef8ee25
docs: More edits ( #24255 )
...
PR Close #24255
2018-06-19 10:53:14 -07:00
Brandon Roberts
dd90d92573
docs: More form control API edits ( #24255 )
...
PR Close #24255
2018-06-19 10:53:14 -07:00
Brandon Roberts
1b862820e9
docs: Added multicast to observable descriptions ( #24255 )
...
PR Close #24255
2018-06-19 10:53:14 -07:00
Brandon Roberts
1a642231cd
docs: formatting ( #24255 )
...
PR Close #24255
2018-06-19 10:53:14 -07:00
Brandon Roberts
138e0d79cd
docs: More form control API references fixes ( #24255 )
...
PR Close #24255
2018-06-19 10:53:14 -07:00
Brandon Roberts
f0a43716e2
docs(docs-infra): Update with review changes ( #24255 )
...
PR Close #24255
2018-06-19 10:53:14 -07:00
Brandon Roberts
2be27fb888
docs(forms): update API reference for FormControl ( #24255 )
...
PR Close #24255
2018-06-19 10:53:14 -07:00
Brandon Roberts
74f07f40e0
docs: Remove outdated Webpack guide and example ( #24478 )
...
A supporting Webpack guide will be introduced as part of the guidance
for ejecting from the Angular CLI.
Closes #23937
PR Close #24478
2018-06-18 15:03:22 -07:00
Judy Bogart
aa66e84e44
docs: push animation api doc changes back to stable ( #24525 )
...
PR Close #24525
2018-06-15 09:55:58 -07:00
Pete Bacon Darwin
e1bc3f5c1a
build(docs-infra): ensure all headings are sentence cased ( #24527 )
...
PR Close #24527
2018-06-15 09:13:46 -07:00
Miško Hevery
f5b366147b
fix(core): Injector correctly honors the @Self flag ( #24520 )
...
Injector was incorrectly returning instance from parent injector even
when `@Self` was specified.
PR Close #24520
2018-06-14 16:42:08 -07:00
Alex Eagle
3147a92ee9
build: fix broken circleci build ( #24513 )
...
Bazel 0.14 allocates memory differently and runs out of RAM on a 4G circleci worker
so use an xlarge machine for the integration_test job.
Cherry-pick of #24512 onto patch branch.
PR Close #24513
2018-06-14 14:15:20 -07:00
Greg Magolan
ffedbde0b3
test(bazel): fix flakey bazel integration e2e test ( #24522 )
...
PR Close #24522
2018-06-14 14:15:00 -07:00
Mark Levy
e543c734ab
fix(compiler): support .
in import statements. ( #20634 )
...
fix #20363
PR Close #20634
2018-06-13 20:29:22 -07:00
Pete Bacon Darwin
fbe6871a94
build(aio): add github links to API doc members ( #24000 )
...
This change adds Github edit and view links to methods
and decorator options.
It is possible to add these to properties also but the
UI is rather tight as these are displayed in a table.
PR Close #24000
2018-06-13 16:51:59 -07:00
Pete Bacon Darwin
f43cb9398c
build(aio): compute breadcrums for all API doc types ( #24000 )
...
PR Close #24000
2018-06-13 16:51:59 -07:00
Pete Bacon Darwin
1e04df9ac7
build(aio): fix decorator doc "inherited from" heading ( #24000 )
...
We should not include the package path in the inherited
from heading for decorator API docs
PR Close #24000
2018-06-13 16:51:59 -07:00
Pete Bacon Darwin
840ca05fe8
fix(aio): tidy up API doc styles ( #24000 )
...
* Code anchors should inherit the font size from their container
* Table headings should align with content
PR Close #24000
2018-06-13 16:51:59 -07:00
Pete Bacon Darwin
facc9d498d
build(aio): fix broken doc-gen unit test ( #24000 )
...
PR Close #24000
2018-06-13 16:51:59 -07:00
Pete Bacon Darwin
9d0999027f
build(aio): remove invalid H3 usage notes heading ( #24000 )
...
This heading is too high for the section because the
method name is a H3 but it cannot be a H4 because
usage notes may contain H4 headings.
PR Close #24000
2018-06-13 16:51:59 -07:00
Pete Bacon Darwin
c00dd5a3f3
build(aio): rearrange processors to ensure we catch all content errors ( #24000 )
...
PR Close #24000
2018-06-13 16:51:59 -07:00
Pete Bacon Darwin
3908a63381
docs: fix invalid headings ( #24000 )
...
PR Close #24000
2018-06-13 16:51:54 -07:00
Pete Bacon Darwin
20f9e51b8f
build(aio): map H3 headings into H4 headings for certain templates ( #24000 )
...
The sections such as methods and decorator options are already headed
by a H3 heading so we need to map the H3 headings in the API doc source
down to H4 headings.
This commit includes general heading mapping functionality accessible via
the `marked` Nunjucks filter.
PR Close #24000
2018-06-13 16:47:42 -07:00
Pete Bacon Darwin
232203242a
build(aio): rearrange decorator API doc template ( #24000 )
...
The overview of the decorator options is now a table.
The detailed description of each option is now a full section.
PR Close #24000
2018-06-13 16:47:42 -07:00