Lola Bola
8eae40dace
docs: fix a typo ( #50092 )
...
PR Close #50092
2023-05-02 11:55:17 +02:00
Alan Agius
0810b01934
docs: update links to reference the version compatibility guide ( #49995 )
...
This commit updates several docs to reference the version compatibility guide instead of the `package.json`.
PR Close #49995
2023-04-26 09:17:56 -07:00
Lars Gyrup Brink Nielsen
1ef6205a62
docs(core): correct description of actively supported versions ( #49945 )
...
PR Close #49945
2023-04-24 11:52:18 -07:00
Lars Gyrup Brink Nielsen
0a79914655
docs(core): combine compatibility for minor versions sharing dependencies ( #49945 )
...
PR Close #49945
2023-04-24 11:52:18 -07:00
Qiuran Hu
6d028283d1
docs: fix typo in lazy-loading feature modules doc ( #49972 )
...
PR Close #49972
2023-04-24 10:52:45 -07:00
Rushikesh Kavar
c17b84a33b
docs: applicability of NgModule providers ( #49966 )
...
saying that providers of this NgModule is available to components,pipes and directive of "this" ngModule is not accurate sentence to describe the fact.
I am referring from: https://angular.io/guide/hierarchical-dependency-injection .
It says that "ModuleInjector is configured by the @NgModule.providers and NgModule.imports property. ModuleInjector is a flattening of all the providers arrays that can be reached by following the NgModule.imports recursively."
So, any component,pipe or directive of other NgModule within same ModuleInjector can use providers of this NgModule.
PR Close #49966
2023-04-24 09:51:57 -07:00
Matthieu Riegler
898acfa4df
docs: remove the warning about shadowDom support ( #49961 )
...
ShadowDom support is now ubiquitous since 2020 and all evergreen browsers.
PR Close #49961
2023-04-23 18:22:46 -07:00
lonikadze
0f38b98274
docs: replaces "comp: docs" label to "area: docs" ( #49952 )
...
Fixes #49951
PR Close #49952
2023-04-20 14:50:02 -07:00
lonikadze
3d7b8cdb4d
docs: add information on how to use index option in configuration ( #49813 )
...
#49780
PR Close #49813
2023-04-19 18:46:10 +00:00
Lars Gyrup Brink Nielsen
0454158084
docs(core): add version ranges for Angular 14.3 ( #48753 )
...
PR Close #48753
2023-04-19 14:07:31 +00:00
Lars Gyrup Brink Nielsen
1575f9d8f3
docs: change section heading ( #48753 )
...
Co-authored-by: Daniel Scalzi <d_scalzi@yahoo.com >
PR Close #48753
2023-04-19 14:07:31 +00:00
Lars Gyrup Brink Nielsen
fc428f0443
docs(core): add version ranges for Angular 15.2 ( #48753 )
...
PR Close #48753
2023-04-19 14:07:31 +00:00
Lars Gyrup Brink Nielsen
9fa0ab5151
docs(core): split versions table into LTS and non-LTS tables ( #48753 )
...
PR Close #48753
2023-04-19 14:07:31 +00:00
Lars Gyrup Brink Nielsen
b13587c802
docs(core): include introductory text about version compatibility ( #48753 )
...
PR Close #48753
2023-04-19 14:07:31 +00:00
Lars Gyrup Brink Nielsen
2f64981f7c
docs(core): add Angular, Node.js, TypeScript, and RxJS version compatibility matrix ( #48753 )
...
PR Close #48753
2023-04-19 14:07:31 +00:00
Vladyslav Makarenko
5a13eb8da0
docs: add a dot ( #49434 )
...
The first sentence misses a dot in the end, however other sentences have it
PR Close #49434
2023-04-18 16:22:51 +00:00
Matthieu Riegler
79a8b3c049
docs: Specify when an app is debuggable by the DevTools. ( #48970 )
...
DevMode is when the ng debug object is available. `Optimization:true` is responsible for treeshaking everything behind `ngDevMode`.
Fixes #48968
PR Close #48970
2023-04-17 17:32:42 +00:00
Qiuran Hu
b6f119e182
docs: fix typo in Hierarchical injectors doc ( #49824 )
...
PR Close #49824
2023-04-17 13:59:09 +00:00
ChrTall
a6f2c03204
docs: Fixed Typo ( #49753 )
...
Fixed Typo
PR Close #49753
2023-04-17 13:58:16 +00:00
Alan Agius
a3de0c3cea
docs: remove preboot reference from universal doc ( #49808 )
...
This package is no longer actively maintained and in general is not needed.
PR Close #49808
2023-04-12 09:24:05 -07:00
Nikola Kološnjaji
108145020f
docs: Typo ( #49781 )
...
PR Close #49781
2023-04-11 10:27:53 -07:00
Matthieu Riegler
e7dd72c8de
docs: update docs about prodMode. ( #49745 )
...
Following angular#49723, this commit updates the doc to reflect the actual message prompted in the console.
PR Close #49745
2023-04-10 09:02:30 -07:00
Robin Richtsfeld
c26e4bea9d
docs: fix typo ( #49704 )
...
PR Close #49704
2023-04-04 15:00:39 -07:00
vikram menon
6e1b3adadb
docs: fix typo in quick reference ( #49655 )
...
Change indicatedr5t to indicated
PR Close #49655
2023-04-03 19:13:16 -07:00
Johnny Gérard
a6def648f5
docs: fix typo ( #49664 )
...
PR Close #49664
2023-04-02 22:10:13 -07:00
Sarthak Thakkar
43e89bdacf
docs: fixed typo error ( #49637 )
...
PR Close #49637
2023-03-30 09:38:43 -07:00
Asaf Malin
8ed4083a98
docs: fixed grammar ( #49560 )
...
PR Close #49560
2023-03-28 10:14:45 -07:00
Sid
3f8e4fb724
docs: add missing word ( #49565 )
...
I have added a word to make the sentence more meaningful.
PR Close #49565
2023-03-23 11:44:04 -07:00
Aditya Srinivasan
97d58ec091
docs: fix link ngFor documentation link ( #49479 )
...
Fix the `ngFor` API link under the "Structural directive shorthand" section
PR Close #49479
2023-03-21 07:56:38 +01:00
avmaxim
0f0c0a9452
docs(docs-infra): improve docs for @angular/localize package. ( #49393 )
...
This PR adds missing documentation for `@angular/localize` package and fixes a tiny one-word typo in the `README.md` file for `@angular/localize schematic`.
Fixes #49219 .
PR Close #49393
2023-03-20 13:12:19 +01:00
Virginia Dooley
868dcabdee
docs: Send data to server - insert updated links. ( #49447 )
...
PR Close #49447
2023-03-20 08:49:21 +01:00
Matthieu Riegler
8f6cbb66a2
docs: remove bazel builder section ( #49423 )
...
PR Close #49423
2023-03-20 08:48:43 +01:00
Virginia Dooley
2e37e2365b
docs: Optimize server interaction - insert updated link. ( #49438 )
...
PR Close #49438
2023-03-17 08:36:59 +01:00
Virginia Dooley
bb2753decb
docs: Track and show request progress - insert updated link. ( #49439 )
...
PR Close #49439
2023-03-17 08:35:45 +01:00
Virginia Dooley
e6736c77a0
docs: Intercept requests - insert updated link. ( #49446 )
...
PR Close #49446
2023-03-17 08:34:15 +01:00
Virginia Dooley
bba3fcb30b
docs: Understanding communicating with http - insert updated links. ( #49429 )
...
PR Close #49429
2023-03-15 17:18:54 -07:00
Virginia Dooley
1535ab90da
docs: New doc: Understanding communicating with backend services using HTTP ( #49294 )
...
PR Close #49294
2023-03-09 09:21:14 -08:00
Virginia Dooley
c2726650f6
docs: New doc extract from original HTTP doc to be retired. ( #48914 )
...
PR Close #48914
2023-03-09 09:19:04 -08:00
Virginia Dooley
a44224ce59
docs: delete outdated link. ( #48909 )
...
PR Close #48909
2023-03-09 09:17:02 -08:00
Virginia Dooley
3c71e4846a
docs: delete or revise outdated links. ( #48909 )
...
PR Close #48909
2023-03-09 09:17:02 -08:00
Virginia Dooley
43dff1fc27
docs: New doc extract from original HTTP doc to be retired. ( #48909 )
...
PR Close #48909
2023-03-09 09:17:01 -08:00
Matthieu Riegler
7efaf525a5
docs: Remove RenderComponentType from the depreciation list. ( #49363 )
...
`RenderComponentType` was removed by #33019
PR Close #49363
2023-03-08 15:39:03 -08:00
Vinit Neogi
d0a73b24fe
docs(docs-infra): missing "is" in glossary ( #49356 )
...
documentation glossary for view hierarchy is missing a "is" to be grammatically correct
Fixes #49352
PR Close #49356
2023-03-07 19:16:42 +00:00
Andrew Scott
81e32f4283
docs(router): Update component testing to user RouterTestingHarness ( #48553 )
...
This commit updates the documentation on testing the
`Router` to use the `RouterTestingHarness` rather than stubs.
The stubs described in the previous form of this document actually
creates tests which are incapable of catching bugs related to the
component's interaction with the `Router`. In addition, managing the
stubs is more difficult than using the real `Router` classes.
Stubbing something like the `RouterLink` is quite harmful because it
neither tests the actual URL being created, nor the end result of the
navigation. There have been serveral bug fixes in the Router over the
years the would change the outcome of these but would not be caught by
tests which create a stub.
PR Close #48553
2023-03-02 13:17:17 -08:00
Stephanie Tuerk
439b4d3a89
docs: clarify ActivatedRouter injection location ( #49270 )
...
The example in the code snippet below this line of text shows `ActivatedRouter` being injected into a component's constructor. When I read instruction to inject A`ActivatedRouter` into **application's** constructor, I assumed this meant the constructor for `app.component.ts`.
Editing to clarify/match code example below.
PR Close #49270
2023-02-28 17:13:37 -08:00
Virginia Dooley
600fd12fda
docs: New doc extract from original HTTP doc to be retired. ( #48915 )
...
PR Close #48915
2023-02-28 09:32:30 -08:00
Virginia Dooley
d100ddfd6e
docs: New doc extract from original HTTP doc to be retired. ( #48912 )
...
PR Close #48912
2023-02-28 09:31:31 -08:00
Virginia Dooley
1aadabb508
docs: New doc extract from original HTTP doc to be retired. ( #48908 )
...
PR Close #48908
2023-02-28 09:30:14 -08:00
Virginia Dooley
d252187c45
docs: New document extracted from the original Communicating with backend services using HTTP document, which is to be retired. ( #47971 )
...
PR Close #47971
2023-02-28 09:29:13 -08:00
Virginia Dooley
19a4cdec7d
docs: New document extracted from the original Communicating with backend services using HTTP document, which is to be retired. ( #47937 )
...
PR Close #47937
2023-02-27 15:24:41 -08:00