1344 Commits

Author SHA1 Message Date
Michael DeRazon 434508fd04 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:06 +00:00
Matthieu Riegler 321e1b9e3f 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:36 +00:00
Matthieu Riegler 5901a230af docs: display deprecation message for top most symbol (#62427)
For classes, types, functions, enums etc.

fixes #62365

PR Close #62427
2025-07-03 08:35:02 +00:00
Shuaib Hasan Akib a7ce3cc80f refactor(docs-infra): removed unused imports (#62441)
Cleans up instances of unused imports in a few shared docs components.

PR Close #62441
2025-07-03 08:11:45 +00:00
Shuaib Hasan Akib a4f6720ebe refactor(docs-infra): cleanup lines in scss (#62438)
Cleans up some of the scss code.

PR Close #62438
2025-07-03 08:11:09 +00:00
jstnjs 4c332c39c9 docs: fix formatting (#62400)
PR Close #62400
2025-07-02 16:56:25 +00:00
jstnjs 8e2d56b984 docs: fix dynamic form reactivity (#62400)
PR Close #62400
2025-07-02 16:56:25 +00:00
Shuaib Hasan Akib 6016e4f782 docs(docs-infra): replace deprecated RouterTestingModule with RouterModule.forRoot([]) (#62364)
PR Close #62364
2025-07-02 16:52:32 +00:00
Matthieu Riegler 9cd1c4263c 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
Angular Robot 7c82f26c5e build: lock file maintenance (#62369)
See associated pull request for more information.

PR Close #62369
2025-06-30 09:25:01 +00:00
Veerabhadra Rao Chikka e145a83bb0 docs: update router read-route-state.md file (#62367)
ActivedRoute variable name updated to route

PR Close #62367
2025-06-30 08:05:47 +00:00
aliroshandev db68645570 docs: fix syntax error in tutorial (#62361)
PR Close #62361
2025-06-30 07:58:20 +00:00
Michael Small c0532f0ce5 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:42 +00:00
Joey Perrott 3e0437f902 build: migrate adev to use new sass ruleset (#62298)
Use the new sass ruleset for bazel sass building in adev

PR Close #62298
2025-06-27 09:26:16 +00:00
Angular Robot 41230e6719 build: update dependency marked to v16 (#62322)
See associated pull request for more information.

PR Close #62322
2025-06-27 08:59:58 +00:00
Can Özkan 69c8a24662 docs: use correct link for best-practices.md (#62306)
PR Close #62306
2025-06-27 07:18:46 +00:00
Joey Perrott 31e3eb20f9 build: migrate to use web test runner rules (#62294)
Migrate karma tests throughout the repo to use the new web test runner based rule instead

PR Close #62294
2025-06-26 17:20:49 +00:00
anastasiaanisimova 8955ed2c53 docs: fix deferrable views doc links (#62293)
PR Close #62293
2025-06-26 14:34:45 +00:00
SkyZeroZx 19eaf71396 docs: Update documentation httpResource with keepalive feature (#62278)
PR Close #62278
2025-06-26 08:59:01 +00:00
Matthieu Riegler cc46181de2 docs: add ai best practices link to first-app tutorial intro (#62140)
PR Close #62140
2025-06-26 08:13:18 +00:00
Matthieu Riegler a51f6eecec docs: add best practices links in the learn-angular tutorial introduction. (#62139)
PR Close #62139
2025-06-26 08:12:43 +00:00
Matthieu Riegler c63a2568f5 docs: add llms context files entries (#62224)
This commit adds copilot, vscode & windsuft

PR Close #62224
2025-06-25 09:13:54 +00:00
Gerome Grignon ef9ab80551 docs(core): migrate @Input examples to Signal inputs (#62070)
PR Close #62070
2025-06-24 14:11:56 +00:00
Shuaib Hasan Akib 76dbd72044 docs(docs-infra): replace StarWars API endpoint (#62223)
PR Close #62223
2025-06-24 09:54:02 +00:00
Angular Robot 9c3157d327 build: lock file maintenance (#62204)
See associated pull request for more information.

PR Close #62204
2025-06-24 09:38:18 +00:00
Saujan Ghimire 0c2c74c83c docs: embeded best practices in page (#62173) (#62198)
PR Close #62198
2025-06-24 08:52:25 +00:00
Matthieu Riegler 23b2730e47 docs: add link to ai best practices in instalation guide (#62138)
PR Close #62138
2025-06-24 08:49:53 +00:00
Jens Kuehlers 4a4d845801 docs: add v21 dates (#62216)
PR Close #62216
2025-06-24 08:49:12 +00:00
Joey Perrott eddc296b94 build: migrate final non-zone.js jasmine tests (#62170)
Migrate the final remaining non-zone.js package jasmine tests to the new toolchain

PR Close #62170
2025-06-24 08:48:00 +00:00
Matthieu Riegler 1567fb9bdf docs: improve docs for withComponentInputBinding (#61689)
Add mention about inputs potentially becoming `undefined`.

PR Close #61689
2025-06-24 08:46:08 +00:00
Matthieu Riegler 5a11a7946a 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:11 +02:00
Matthieu Riegler 773d7881a6 docs(docs-infra): fix & simplify scrolling for code blocks (#62179)
PR Close #62179
2025-06-23 14:19:35 +02:00
Matthieu Riegler 5899c7c8e2 docs: add css to the supported language for highligting in docs-code (#62178)
css usage was introduced by #60984

PR Close #62178
2025-06-23 14:18:55 +02:00
Ankita Sood e57115d4db docs(router): consitent usage of self-closing tags (#62165)
PR Close #62165
2025-06-23 14:17:44 +02:00
Andrew Kushnir f8a65379ba Revert "docs: embeded best practices in page (#62173)" (#62193)
This reverts commit 286f9f573e.

PR Close #62193
2025-06-22 09:14:12 -07:00
Matthieu Riegler 35ce544fe8 docs: fix link to http-resource guide (#62180)
fixes #62177

PR Close #62180
2025-06-20 18:25:43 -07:00
Matthieu Riegler 2ae2076674 docs: embeded best practices in page (#62173)
PR Close #62173
2025-06-20 15:29:25 -07:00
Ben Hong 3116cf9b43 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:12 -07:00
Angular Robot 2020005b49 docs: update Angular CLI help (#62167)
Updated Angular CLI help contents.

PR Close #62167
2025-06-20 13:04:05 -07:00
Matthieu Riegler 72da3bf462 docs: rename prompt guide to "LLM prompts and IDE setup" (#62171)
PR Close #62171
2025-06-20 12:00:05 -07:00
Jan-Niklas Wortmann a666cfd92b docs: add JetBrains Junie guidelines (#62161)
PR Close #62161
2025-06-20 11:05:53 -07:00
Shuaib Hasan Akib c86311b6d2 docs(docs-infra): fix spelling mistake (#62154)
PR Close #62154
2025-06-20 10:29:19 +02:00
Islam Benkhelifa 8752014efb docs: Update define-routes.md (#62069)
Nested routes example missing curly braces

PR Close #62069
2025-06-19 13:10:47 +02:00
Matthieu Riegler f042cb33d2 docs(docs-infra): fix code-editor flakiness (#62143)
PR Close #62143
2025-06-19 12:37:41 +02:00
Shuaib Hasan Akib 288700c259 docs(docs-infra): fix spelling mistake (#62126)
PR Close #62126
2025-06-19 10:07:42 +02:00
Matthieu Riegler f50d42df61 docs: add homepage link to AI (#62130)
PR Close #62130
2025-06-19 10:05:34 +02:00
Matthieu Riegler 4e97d02f10 docs: add helpful banner with link to best practices (#62137)
PR Close #62137
2025-06-19 10:03:55 +02:00
Matthieu Riegler 127120aa0b docs: update best-practices prompt styling (#62128)
PR Close #62128
2025-06-18 13:52:57 -07:00
Angular Robot b40613f70d build: lock file maintenance (#62068)
See associated pull request for more information.

PR Close #62068
2025-06-18 15:58:43 +02:00
Matthieu Riegler 8e33f82788 docs(docs-infra): cookie consent should be top-most (#62103)
PR Close #62103
2025-06-18 10:40:54 +02:00