Kapunahele Wong
4d1299bd82
docs: improve accessibility of toh-pt5 example ( #40632 )
...
PR Close #40632
2021-02-23 10:39:13 -08:00
Kapunahele Wong
edd26a2b79
docs: improve accessibility of toh-pt6 ( #40805 )
...
PR Close #40805
2021-02-23 10:38:50 -08:00
Kapunahele Wong
49e02ca7d6
docs: move JsonParser class above CustomJsonInterceptor ( #40964 )
...
This move fixes the error in StackBlitz of
Cannot access 'JsonParser' before initialization
PR Close #40964
2021-02-23 10:37:26 -08:00
Daniel Díaz
b84f719747
docs: update year ( #40925 )
...
PR Close #40925
2021-02-22 12:37:40 -08:00
George Kalpakas
b509a7dc42
fix(docs-infra): make the "Contributors" page header similar to other marketing pages ( #40881 )
...
Before (wide screen): ![contributors (wide screen) before][1]
Before (narrow screen): ![contributors (narrow screen) before][2]
After (wide screen): ![contributors (wide screen) after][3]
After (narrow screen): ![contributors (narrow screen) after][4]
[1]: https://user-images.githubusercontent.com/8604205/107983880-634f8000-6fcf-11eb-8ad9-5a5df65d3d5e.png
[2]: https://user-images.githubusercontent.com/8604205/107983893-6a768e00-6fcf-11eb-9ccd-158ec491404f.png
[3]: https://user-images.githubusercontent.com/8604205/107983903-6f3b4200-6fcf-11eb-94e1-182893b7a715.png
[4]: https://user-images.githubusercontent.com/8604205/107983895-6ba7bb00-6fcf-11eb-9ff5-59d221ba906d.png
PR Close #40881
2021-02-19 09:14:59 -08:00
George Kalpakas
fb58a2bd54
fix(docs-infra): use relative URLs for internal links on error pages ( #40881 )
...
Previously, some of the links on the error pages had URLs prefixed with
`https://angular.io/ `. This caused them to be treated as external URLs,
which had the following downsides:
- Links would always point to `angular.io` instead of the same version
as the error page (e.g. `next.angular.io` or `v11.angular.io`).
- Dgeni would not be able to check that the URLs are valid (i.e. point
to existing pages).
- An external link icon would incorrectly be shown next to the links on
`angular.io`.
This commit fixes the links to use relative URLs.
PR Close #40881
2021-02-19 09:14:59 -08:00
Kapunahele Wong
d0b6270990
docs: edit Component lifecycle title ( #40894 )
...
PR Close #40894
2021-02-19 09:10:37 -08:00
Amadou Sall
aed2782c4a
docs: the token should be associated with LibHeaderComponent ( #40922 )
...
PR Close #40922
2021-02-19 09:07:00 -08:00
Kapunahele Wong
30d5e25a28
docs: edit attribute-directives.md, move best practice to styleguide ( #39849 )
...
PR Close #39849
2021-02-19 08:14:54 -08:00
DerekRTP
65baac6055
docs: update attribute-binding.md to correctly describe [attr.binding] rules ( #40878 )
...
PR Close #40878
2021-02-17 17:05:17 -08:00
Dmitrij Kuba
2375b85fe0
docs: remove mention of unused Intl
polyfill ( #40883 )
...
Since `Intl` API was dropped to use to improve browser support,
it is no longer needed as a polyfill to test Angular.
PR Close #40883
2021-02-17 17:04:15 -08:00
David Shevitz
1de999b89d
docs: fix minor grammar mistakes in What is Angular topic ( #40892 )
...
PR Close #40892
2021-02-17 13:23:49 -08:00
David Shevitz
8658cd59b2
docs: add what is angular topic ( #40811 )
...
PR Close #40811
2021-02-17 11:13:21 -08:00
Daniel
9b26f462d0
docs: fix grammar in angular-compiler-options file ( #40879 )
...
PR Close #40879
2021-02-17 06:56:38 -08:00
Amadou Sall
0807d13201
docs: remove the extra backtick character ( #40873 )
...
PR Close #40873
2021-02-17 06:56:03 -08:00
Pete Bacon Darwin
322951af49
refactor(compiler-cli): error on cyclic imports in partial compilation ( #40782 )
...
Our approach for handling cyclic imports results in code that is
not easy to tree-shake, so it is not suitable for publishing in a
library.
When compiling in partial compilation mode, we are targeting
such library publication, so we now create a fatal diagnostic
error instead of trying to handle the cyclic import situation.
Closes #40678
PR Close #40782
2021-02-17 06:53:38 -08:00
Kapunahele Wong
75db0c7445
docs: edit builtin-directives doc ( #39816 )
...
Edit built-in-directives.md copy and headers, fixes affected
links, adds a docregion to make steps clearer.
PR Close #39816
2021-02-16 13:04:41 -08:00
Alexey Elin
c47dbbede7
docs: fix broken link in Default Architect builders and targets
section (+ remove typo 'the') ( #40847 )
...
PR Close #40847
2021-02-16 10:04:48 -08:00
David Shevitz
82e7ba2702
docs: add observer-spy to resources page ( #40624 )
...
PR Close #40624
2021-02-16 10:03:58 -08:00
Alexey Elin
dd3dd63845
docs: use shorthand background CSS property in Routing example ( #40834 )
...
PR Close #40834
2021-02-16 09:26:26 -08:00
Pete Bacon Darwin
d6440c1808
docs: fix missing code line from tutorial example ( #40789 )
...
In #40419 we move the code that creates the `heroes` object
above the code that updates the message service. But this moved
that line of code outside of the docregion that is displayed in
the tutorial ealier on, making it non-sensical.
This commit ensures that this line of code is now rendered in the
tutorial be moving it within the correct docregion.
Closes #40788
PR Close #40789
2021-02-16 08:40:26 -08:00
Brandon Winchester
7fa881919b
docs: Add documentation about the CLI failing ( #35385 )
...
The CLI seems to throw very non-descriptive errors. Adding a section to help users troubleshoot lazy-loading modules.
PR Close #35385
2021-02-16 08:04:05 -08:00
Pete Bacon Darwin
529f0a83cb
docs(http): add custom JSONParser example ( #40645 )
...
Update the HTTP guide and associated example to demonstrate
how an interceptor can be used to provide a custom JSON parser.
Resolves #21079
PR Close #40645
2021-02-16 08:03:33 -08:00
Enea Jahollari
19114dc11e
docs: remove unnecessary <hr />
tags in Getting Started sections ( #40693 )
...
After the docs UI redesign `h2` tags got a border top.
`border-top: 1px solid #dbdbdb;`;
In the sections of Getting Started guide in order to separate
`What's next` from above content an `<hr />` tag was used,
that now becomes unnecessary.
This commit removes unnecessary `<hr />` tags.
PR Close #40693
2021-02-16 08:00:42 -08:00
Dan Levy
72db3e8d54
docs: add camelCase example to style notation ( #40699 )
...
PR Close #40699
2021-02-16 07:59:40 -08:00
Alexey Elin
5f0c219883
docs: fix schematics' package name for ng generate
sub-commands ( #40846 )
...
PR Close #40846
2021-02-16 07:43:02 -08:00
Daniel
67d85b3680
docs: capitalize Angular word in upgrade-setup.md file ( #40862 )
...
PR Close #40862
2021-02-16 07:42:35 -08:00
mgechev
72a00dcc6b
docs: add a style recommendation for initializing inputs ( #40698 )
...
This practice is to better align with `strictPropertyInitialization`
which is coming by default with strict mode in v12.
PR Close #40698
2021-02-12 17:07:30 -08:00
mgechev
9661873df1
docs: add ng-conf 2021 ( #40783 )
...
PR Close #40783
2021-02-12 16:49:22 -08:00
Nils Mehlhorn
5554a3f174
docs: add NgRx book to resources ( #39841 )
...
PR Close #39841
2021-02-12 16:48:57 -08:00
Jeremy Elbourn
bbbfa3e6bd
docs: clarify that support schedule is subject to change ( #40770 )
...
Initially raised due to #39509 , this change updates our
"Support policy and schedule" with the same disclaimer
from the "Release frequency" section above.
PR Close #40770
2021-02-12 16:14:52 -08:00
Sam Hrncir
ccd10ea315
docs: Clarify new ng workspace options ( #40816 )
...
Hope this helps make the tutorial go even smoother for people after me.
PR Close #40816
2021-02-12 16:13:30 -08:00
Daniel
cbb6b4a30b
docs: capitalize Angular word in zone.md file ( #40813 )
...
PR Close #40813
2021-02-12 12:01:55 -08:00
Sam Hrncir
b4c8143cc2
docs: Update start-deployment.md ( #40817 )
...
Updated section reference to current name listed in sidebar.
PR Close #40817
2021-02-12 09:30:03 -08:00
Sam Hrncir
6425a6d543
docs: typo fix ( #40804 )
...
PR Close #40804
2021-02-12 08:59:47 -08:00
Sam Hrncir
ca43938d24
docs: copy paste error ( #40812 )
...
The removed bit was copied and pasted from a previous section. Not relevent for the particular step of the tutorial.
The removed bit can we found as intended in __Adding Navigation__ section.
PR Close #40812
2021-02-11 15:59:55 -08:00
Nicholas Papadopoulos
6f017a4d60
docs: fix typo in workspace config docs ( #40784 )
...
PR Close #40784
2021-02-10 16:01:12 -08:00
Amit Gharat
fface518f1
docs: add Angular + NgRx book by the asian BPB Publications ( #39680 )
...
PR Close #39680
2021-02-10 11:14:34 -08:00
Alexey Elin
7a8821c9aa
docs: add link to component-less routes description. ( #40741 )
...
Currently it's not clear what a component-less route is. Add a link to make it clear
PR Close #40741
2021-02-10 11:08:39 -08:00
Mickael Istria
e895166082
docs(language-service): Add note about Eclipse IDE support of Angular LS ( #40551 )
...
Mention Eclipse Wild Web Developer that ships with Angular language
service.
PR Close #40551
2021-02-10 11:05:52 -08:00
Kanstantsin Kamkou
8f2260a073
docs: clarify observables recommendation ( #39237 )
...
Observables are not the only async mechanism that Angular employs.
This change respects that application developers are not required to
use Observables in their own application architecture.
Closes #39155
PR Close #39237
2021-02-10 11:04:04 -08:00
Valerij Dobler
2a851c0924
docs: edit example to fetch hero before sending message ( #40419 )
...
PR Close #40419
2021-02-09 14:46:18 -08:00
Kapunahele Wong
f76f2eb381
docs: update docs-style-guide ( #36281 )
...
This commit updates the documentation style guide
so that it is in line with current standards, those
of Google as well as those within the Angular docs.
PR Close #36281
2021-02-09 14:26:06 -08:00
hilmer-martin
e3213f6783
docs: changes for typescript 2.7 ( #40735 )
...
Because of changes in Typescript a property must have an initializer
or be set to undefined.
PR Close #40735
2021-02-09 10:52:44 -08:00
mgechev
2282069388
docs: clarify vscode integration maintenance ( #40647 )
...
PR Close #40647
2021-02-09 10:43:40 -08:00
Roman Sedov
d9e4d751f0
docs: add Taiga UI to "EXPLORE ANGULAR RESOURCES" page ( #40572 )
...
PR Close #40572
2021-02-09 10:42:20 -08:00
Aristeidis Bampakos
348d365666
docs(service-worker): copyedit getting started guide ( #40543 )
...
Fix numbered list for the `Making changes to your application` section
PR Close #40543
2021-02-09 10:34:15 -08:00
David Pine
d067dc0cb9
docs: add Angular Global Summit to event pages ( #40697 )
...
/cc @mgechev
PR Close #40697
2021-02-04 10:48:55 -08:00
Alan Agius
6ad057d28c
docs: clarify that fileReplacements only supports compilation source files ( #40687 )
...
fileReplacements is intended to only work on compilation source files
PR Close #40687
2021-02-03 09:10:23 -08:00
Eliran Eliassy
0e152fae7a
docs: add eliran eliassy to GDE list ( #39521 )
...
PR Close #39521
2021-02-03 09:06:19 -08:00