From 73b0ada729a920ffb67da3ffd2ecb069c767fa3e Mon Sep 17 00:00:00 2001 From: Kam Date: Sun, 17 May 2026 00:31:47 +0300 Subject: [PATCH] docs: open external anchors in adev markdown in a new tab Several raw HTML `` anchors in adev markdown link to external sites without `target="_blank"`, so they open in the same tab instead of a new one like the rest of the site's external links. Add `target="_blank"` to match. (cherry picked from commit b7255f9d133563ae3dbd90f56ae57946b3e03768) --- adev/src/content/ai/develop-with-ai.md | 4 ++-- adev/src/content/introduction/what-is-angular.md | 2 +- adev/src/content/reference/roadmap.md | 2 +- adev/src/content/tools/cli/setup-local.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/adev/src/content/ai/develop-with-ai.md b/adev/src/content/ai/develop-with-ai.md index 4641f6158b3..8e4e3c51899 100644 --- a/adev/src/content/ai/develop-with-ai.md +++ b/adev/src/content/ai/develop-with-ai.md @@ -18,11 +18,11 @@ Here is a set of instructions to help LLMs generate correct code that follows An ## Rules Files -Several editors, such as Firebase Studio have rules files useful for providing critical context to LLMs. +Several editors, such as Firebase Studio have rules files useful for providing critical context to LLMs. | Environment/IDE | Rules File | Installation Instructions | | :------------------- | :--------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Firebase Studio | airules.md | Configure `airules.md` | +| Firebase Studio | airules.md | Configure `airules.md` | | Copilot powered IDEs | copilot-instructions.md | Configure `.github/copilot-instructions.md` | | Cursor | cursor.md | Configure `cursorrules.md` | | JetBrains IDEs | guidelines.md | Configure `guidelines.md` | diff --git a/adev/src/content/introduction/what-is-angular.md b/adev/src/content/introduction/what-is-angular.md index 82c6dd0e2d6..809c93a9c74 100644 --- a/adev/src/content/introduction/what-is-angular.md +++ b/adev/src/content/introduction/what-is-angular.md @@ -108,7 +108,7 @@

Angular partners closely with other Google technologies and teams to improve the web.

Our ongoing partnership with Chrome’s Aurora actively explores improvements to user experience across the web, developing built-in performance optimizations like NgOptimizedImage and improvements to Angular’s Core Web Vitals.

-

We are also working with Firebase, Tensorflow, Flutter, Material Design, and Google Cloud to ensure we provide meaningful integrations across the developer workflow.

+

We are also working with Firebase, Tensorflow, Flutter, Material Design, and Google Cloud to ensure we provide meaningful integrations across the developer workflow.

diff --git a/adev/src/content/reference/roadmap.md b/adev/src/content/reference/roadmap.md index 32d2f1651d8..ec24b357363 100644 --- a/adev/src/content/reference/roadmap.md +++ b/adev/src/content/reference/roadmap.md @@ -109,7 +109,7 @@ In Angular v19 we shipped initial support for CSS and template HMR and in v20 we In v18 we shipped experimental zoneless support in Angular. It enables developers to use the framework without including zone.js in their bundle, which improves performance, debugging experience, and interoperability. As part of the initial release we also introduced zoneless support to the Angular CDK and Angular Material. -In v19 we introduced zoneless support in server-side rendering, addressed some edge cases, and created a schematic to scaffold zoneless projects. We transitioned Google Fonts to zoneless which improved performance, developer experience, and allowed us to identify gaps that we need to address before moving this feature to developer preview. +In v19 we introduced zoneless support in server-side rendering, addressed some edge cases, and created a schematic to scaffold zoneless projects. We transitioned Google Fonts to zoneless which improved performance, developer experience, and allowed us to identify gaps that we need to address before moving this feature to developer preview. As of Angular v20.2, Zoneless Angular is now stable and includes improvements in error handling and server-side rendering. diff --git a/adev/src/content/tools/cli/setup-local.md b/adev/src/content/tools/cli/setup-local.md index 58ce7fdbb78..ff71578f6ce 100644 --- a/adev/src/content/tools/cli/setup-local.md +++ b/adev/src/content/tools/cli/setup-local.md @@ -68,7 +68,7 @@ To install the Angular CLI, open a terminal window and run the following command ### Powershell execution policy On Windows client computers, the execution of PowerShell scripts is disabled by default, so the above command may fail with an error. -To allow the execution of PowerShell scripts, which is needed for npm global binaries, you must set the following execution policy: +To allow the execution of PowerShell scripts, which is needed for npm global binaries, you must set the following execution policy: ```sh