sEver
c4de0c0671
fix(docs-infra): fix tutorial formatting issues (for v20) ( #62457 )
...
Fixes including, but not limited to:
- `visibleLines` values
- all codeblocks normalized to 2 spaces indentation
- lesson 14-http sEverely de-indented
- descriptions and explanations were rewritten to reflect the changes from @Input to input and from ngFor to @for
- missing step added in lesson 11-details-page
- rewritten confusing instructions for adding code that was already added in previous steps
PR Close #62457
2025-07-08 11:30:15 -07:00
Matthieu Riegler
46d3bb56ea
docs(docs-infra): generate llms-full.txt at build time ( #61864 )
...
PR Close #61864
2025-07-08 11:27:54 -07:00
Angular Robot
bf234143db
build: lock file maintenance ( #62495 )
...
See associated pull request for more information.
PR Close #62495
2025-07-07 18:10:30 +00:00
Joey Perrott
ffce768115
build: migrate remaing esbuild and nodejs_binary usages to new toolchain ( #62498 )
...
Migrate the remaing usages of esbuild and nodejs_binary in adev to the new toolchain versions.
PR Close #62498
2025-07-07 15:26:37 +00:00
Joey Perrott
f8807a30be
build: migrate adev to use rules_angular based cli rules ( #62498 )
...
Use the @angular/cli rules from rules_angular instead of the npm package directly
PR Close #62498
2025-07-07 15:26:37 +00:00
Michael DeRazon
da99b9ae3a
docs: fix typo on guidelines file ( #62468 )
...
Correct a minor spelling mistake in the documentation to improve clarity.
PR Close #62468
2025-07-04 11:01:07 +00:00
Matthieu Riegler
cea42d0e6a
docs(docs-infra): Load of the typing files from Angular. ( #62424 )
...
Following some infra changes, DTS files are now splitted over several files, which aren't referenced in the `package.json` but are directly imported in the root dts.
We chose to not use ATA here because it only pulls the latest version from a CDN whereas we prefer to use the local definitions we have in the `node_modules` of the tutorial.
fixes #62374
PR Close #62424
2025-07-03 09:35:37 +00:00
jstnjs
d5210f0851
docs: fix formatting ( #62400 )
...
PR Close #62400
2025-07-02 16:56:26 +00:00
jstnjs
755b23af0b
docs: fix dynamic form reactivity ( #62400 )
...
PR Close #62400
2025-07-02 16:56:26 +00:00
Shuaib Hasan Akib
59983efa82
docs(docs-infra): replace deprecated RouterTestingModule with RouterModule.forRoot([]) ( #62364 )
...
PR Close #62364
2025-07-02 16:52:32 +00:00
SkyZeroZx
42a3dbbd53
docs: Update documentation httpResource with credentials option ( #62415 )
...
PR Close #62415
2025-07-02 14:49:09 +00:00
Matthieu Riegler
1ea65b16d5
docs: update breaking change for nullish coalesching + parenthesis ( #62382 )
...
This breakages was introduced by #60169
fixes #62375
PR Close #62382
2025-07-01 09:34:22 +00:00
SkyZeroZx
ecf8b5293a
docs: Update documentation http with credentials ( #62389 )
...
PR Close #62389
2025-07-01 09:22:08 +00:00
Angular Robot
a4300a7b6b
build: lock file maintenance ( #62368 )
...
See associated pull request for more information.
PR Close #62368
2025-06-30 09:09:14 +00:00
Veerabhadra Rao Chikka
e1856dacf1
docs: update router read-route-state.md file ( #62367 )
...
ActivedRoute variable name updated to route
PR Close #62367
2025-06-30 08:05:46 +00:00
SkyZeroZx
9f092e7d11
docs: Update documentation http with mode & redirect options ( #62366 )
...
PR Close #62366
2025-06-30 07:59:45 +00:00
aliroshandev
ff7439f830
docs: fix syntax error in tutorial ( #62361 )
...
PR Close #62361
2025-06-30 07:58:19 +00:00
SkyZeroZx
b2afa11397
docs: Update documentation http making request ( #62336 )
...
PR Close #62336
2025-06-27 13:29:33 +00:00
SkyZeroZx
6ec2900f90
docs: Update documentation httpResource with cache & priority feature ( #62334 )
...
PR Close #62334
2025-06-27 12:51:46 +00:00
Michael Small
7077520ca8
docs: add page NG8115 (uninvokedTrackFunction) ( #61962 )
...
Pull request that added the diagnostic:
https://github.com/angular/angular/pull/60495
PR Close #61962
2025-06-27 11:54:41 +00:00
Vincent
c4cffe2063
feat(http): Add timeout option to HTTP requests ( #57194 )
...
Add timeout option to both XHR and fetch backends.
PR Close #57194
2025-06-27 09:56:25 +00:00
Can Özkan
a952433e64
docs: use correct link for best-practices.md ( #62306 )
...
PR Close #62306
2025-06-27 07:18:45 +00:00
anastasiaanisimova
402eaa1c85
docs: fix deferrable views doc links ( #62293 )
...
PR Close #62293
2025-06-26 14:34:44 +00:00
SkyZeroZx
3a002c2db4
docs: Update documentation httpResource with keepalive feature ( #62278 )
...
PR Close #62278
2025-06-26 08:59:00 +00:00
Matthieu Riegler
d3affa562f
docs: add ai best practices link to first-app tutorial intro ( #62140 )
...
PR Close #62140
2025-06-26 08:13:17 +00:00
Matthieu Riegler
bfb190ec87
docs: add best practices links in the learn-angular tutorial introduction. ( #62139 )
...
PR Close #62139
2025-06-26 08:12:42 +00:00
Matthieu Riegler
5ac5c51c1c
docs: add llms context files entries ( #62224 )
...
This commit adds copilot, vscode & windsuft
PR Close #62224
2025-06-25 09:13:53 +00:00
Gerome Grignon
d3b069334f
docs(core): migrate @Input examples to Signal inputs ( #62070 )
...
PR Close #62070
2025-06-24 14:11:55 +00:00
guimasi1
ea71a1e8cd
docs: remove incorrectly listed operators in "Supported operators" table (Expression Syntax Guide) ( #62092 )
...
PR Close #62092
2025-06-24 14:04:44 +00:00
Shuaib Hasan Akib
07df4e14a1
docs(docs-infra): replace StarWars API endpoint ( #62223 )
...
PR Close #62223
2025-06-24 09:54:02 +00:00
Angular Robot
7d2e942653
build: lock file maintenance ( #62202 )
...
See associated pull request for more information.
PR Close #62202
2025-06-24 09:37:35 +00:00
Saujan Ghimire
d4b96f8c20
docs: embeded best practices in page ( #62173 ) ( #62198 )
...
PR Close #62198
2025-06-24 08:52:24 +00:00
Matthieu Riegler
b60889accf
docs: add link to ai best practices in instalation guide ( #62138 )
...
PR Close #62138
2025-06-24 08:49:52 +00:00
Jens Kuehlers
3eca8b1d2f
docs: add v21 dates ( #62216 )
...
PR Close #62216
2025-06-24 08:49:11 +00:00
Matthieu Riegler
585bf9c054
docs: improve docs for withComponentInputBinding ( #61689 )
...
Add mention about inputs potentially becoming `undefined`.
PR Close #61689
2025-06-24 08:46:07 +00:00
Kristiyan Kostadinov
9974af56ec
docs: update expression syntax table ( #62064 )
...
Updates the table showing expression syntax to include the new binary operators. Also updates the table of unsupported syntax.
PR Close #62064
2025-06-23 14:23:29 +02:00
Matthieu Riegler
c1dc2a1a67
docs(docs-infra): remove greek site. ( #62201 )
...
The site was not up-to-date and often wasn't accessible due to quota limits
PR Close #62201
2025-06-23 14:20:10 +02:00
Ankita Sood
a7d7f8f1a4
docs(router): consitent usage of self-closing tags ( #62165 )
...
PR Close #62165
2025-06-23 14:17:44 +02:00
Andrew Kushnir
4c14503efb
Revert "docs: embeded best practices in page ( #62173 )" ( #62193 )
...
This reverts commit 286f9f573e .
PR Close #62193
2025-06-22 09:14:11 -07:00
Matthieu Riegler
152ff0cd8e
docs: fix link to http-resource guide ( #62180 )
...
fixes #62177
PR Close #62180
2025-06-20 18:25:42 -07:00
Matthieu Riegler
286f9f573e
docs: embeded best practices in page ( #62173 )
...
PR Close #62173
2025-06-20 15:29:24 -07:00
Ben Hong
4a27886170
docs: add dedicated route guards guide ( #62104 )
...
docs: fix reference
Co-authored-by: Matthieu Riegler <kyro38@gmail.com >
docs: grammar fix
Co-authored-by: Jeremy Elbourn
docs: update docs reference
Co-authored-by: Andrew Scott <atscott01@gmail.com >
docs: update docs reference
Co-authored-by: Andrew Scott <atscott01@gmail.com >
docs: update docs reference
Co-authored-by: Andrew Scott <atscott01@gmail.com >
docs: update docs reference
Co-authored-by: Andrew Scott <atscott01@gmail.com >
docs: update route guard title
docs: update route guard types to table
docs: improve phrasing on activated route snapshot description
docs: improve comments to explain how route guard child works
docs: enhance route guards with more explainers and examples
PR Close #62104
2025-06-20 14:42:11 -07:00
Angular Robot
f11b3f9d2e
docs: update Angular CLI help ( #62166 )
...
Updated Angular CLI help contents.
PR Close #62166
2025-06-20 13:05:03 -07:00
Ben Hong
9267ff0070
docs: update phrasing and fix code snippet ( #62031 )
...
docs: improve phrasing on required
Co-authored-by: Matthieu Riegler <kyro38@gmail.com >
refactor: remove standalone flag
docs: remove unnecessary standalone in tutorial code
PR Close #62031
2025-06-20 12:06:16 -07:00
Matthieu Riegler
fdeb1936e0
docs: rename prompt guide to "LLM prompts and IDE setup" ( #62171 )
...
PR Close #62171
2025-06-20 12:00:04 -07:00
Jan-Niklas Wortmann
3ecfa9c2bf
docs: add JetBrains Junie guidelines ( #62161 )
...
PR Close #62161
2025-06-20 11:05:52 -07:00
Shuaib Hasan Akib
02da44c4c6
docs(docs-infra): fix spelling mistake ( #62154 )
...
PR Close #62154
2025-06-20 10:29:18 +02:00
Islam Benkhelifa
acfedcef51
docs: Update define-routes.md ( #62069 )
...
Nested routes example missing curly braces
PR Close #62069
2025-06-19 13:10:46 +02:00
Matthieu Riegler
a7e4b3e09a
docs(docs-infra): fix code-editor flakiness ( #62143 )
...
PR Close #62143
2025-06-19 12:37:40 +02:00
Shuaib Hasan Akib
bbd253b391
docs(docs-infra): fix spelling mistake ( #62126 )
...
PR Close #62126
2025-06-19 10:07:41 +02:00