Daniel Sogl
fe23a6e77e
docs(aio): unified console.log single string style ( #22737 )
...
PR Close #22737
2018-07-10 11:11:30 -07:00
Paul Spears
195dc0748b
docs: update Angular Boot Camp description ( #23653 )
...
PR Close #23653
2018-07-06 13:49:57 -07:00
Daniel
2c6f84b25d
docs: refactored ng-container code ( #22742 )
...
PR Close #22742
2018-07-06 13:49:35 -07:00
Judy Bogart
2d1102f5bf
docs: add workspace and related cli terms ( #24633 )
...
PR Close #24633
2018-07-06 10:13:40 -07:00
Will
b51ce62c58
docs(aio): added a link to Angular Zero online course (Traditional Chinese) ( #24228 )
...
PR Close #24228
2018-07-06 10:11:02 -07:00
Kapunahele Wong
25b532e819
docs: clarify faqs about services ( #24079 )
...
PR Close #24079
2018-07-06 10:10:41 -07:00
ampGular
69c8226a9f
docs: add app.module to changed documents ( #23876 )
...
PR Close #23876
2018-07-06 10:10:21 -07:00
paulmojicatech
563e8e3e56
docs: fix documention for attributes directive ( #24367 )
...
fix:update documentation for attributes directive to fix error
PR Close #24367
2018-07-03 18:34:59 -04:00
Michael Prentice
f44161503a
docs(aio): update contributors entry ( #23786 )
...
PR Close #23786
2018-07-02 15:45:39 -07:00
Rob Wormald
6c55a130b1
feat(core): add support for ShadowDOM v1 ( #24718 )
...
add a new ViewEncapsulation.ShadowDom option that uses the v1 Shadow DOM API to provide style encapsulation.
PR Close #24718
2018-07-02 14:37:42 -07:00
Jonathan Sharpe
144a624088
docs: update HTTP error test example again ( #24701 )
...
This has somehow regressed since angular/angular#22844 was merged.
PR Close #24701
2018-07-02 14:37:18 -07:00
Conner Chyung
f561f5a460
docs: fix typo in pipes guide ( #24452 )
...
PR Close #24452
2018-07-02 14:36:55 -07:00
Arunkarthick S. R
916914be13
docs: fix docregion in attribute directives for highlight directive ( #23972 )
...
Fixes #23503
PR Close #23972
2018-07-02 14:36:24 -07:00
Pete Bacon Darwin
d89f57f9d5
build(docs-infra): render short description of parameters in API docs ( #24537 )
...
PR Close #24537
2018-06-28 15:03:15 -07:00
Brandon Roberts
ac5b69f783
fix(docs-infra): use clean package.json template when generating zips ( #24691 )
...
Closes #24689
PR Close #24691
2018-06-28 15:01:01 -07:00
Brandon Roberts
5ddd6dcedd
docs: include ts-loader as shared example dependency ( #24691 )
...
Closes #24671
PR Close #24691
2018-06-28 15:01:01 -07:00
FinnStutzenstein
ad68332fa0
docs: consistent spacing in tutorial html files ( #23105 ) ( #24497 )
...
- Removed surrounding spaces in interpolation expressions following the styleguide
- Consistant spacing of two spaces in html
Fixes #23105
PR Close #24497
2018-06-28 17:56:20 -04:00
Kapunahele Wong
9378f44d6d
docs(aio): tech edits to upgrade-lazy ( #18487 )
...
PR Close #18487
2018-06-27 14:53:24 -07:00
Georgios Kalpakas
06d68a1b9f
docs(upgrade): add guide about downgradeModule()
( #18487 )
...
PR Close #18487
2018-06-27 14:53:24 -07:00
Georgios Kalpakas
10feafcf27
docs: minor fixes in docs-style-guide
( #18487 )
...
PR Close #18487
2018-06-27 14:49:14 -07:00
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
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
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
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
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
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
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
Pete Bacon Darwin
0ca634e697
build(aio): remove unused @linkDocs
alias for @link
jsdoc tag ( #24000 )
...
PR Close #24000
2018-06-13 16:47:42 -07:00
Pete Bacon Darwin
b0aacb81d4
build(aio): improve automatic linking of code items ( #24000 )
...
This commit adds new link disambiguators that mean that more
code links can be generated automatically in a sensible way.
The best example is the use of properties within class, interface and
enum documentation.
PR Close #24000
2018-06-13 16:47:42 -07:00
Pete Bacon Darwin
6c850eb031
docs(aio): remove unused guide doc ( #24000 )
...
This was erroneously committed into master, when it was really only
supposed to demo what the pages might look like.
PR Close #24000
2018-06-13 16:47:42 -07:00