From 7601c34c9c450c461167d70e19f6b857d26fa9e7 Mon Sep 17 00:00:00 2001 From: v-albemi <47043786+v-albemi@users.noreply.github.com> Date: Fri, 24 Apr 2026 12:57:07 -0700 Subject: [PATCH] image link --- docs/javascript/tutorial-create-angular-app.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/javascript/tutorial-create-angular-app.md b/docs/javascript/tutorial-create-angular-app.md index 9533ddafe0a..f16c04ae08d 100644 --- a/docs/javascript/tutorial-create-angular-app.md +++ b/docs/javascript/tutorial-create-angular-app.md @@ -1,7 +1,7 @@ --- title: Create an Angular project in Visual Studio description: Create, build, and run a simple Angular front-end web application project from a Visual Studio template, and set basic properties for the project. -ms.date: 12/4/2024 +ms.date: 04/24/2025 ms.custom: vs-acquisition ms.topic: tutorial ms.devlang: javascript @@ -30,7 +30,13 @@ Make sure to install the following software: 1. In the Start window (choose **File** > **Start Window** to open), select **Create a new project**. + :::moniker range="visualstudio" + :::image type="content" source="media/visualstudio/create-new-project.png" alt-text="Screenshot showing the Create a new project window."::: + :::moniker-end + + :::moniker range="vs-2022" :::image type="content" source="media/vs-2022/create-new-project.png" alt-text="Screenshot showing Create a new project"::: + :::moniker-end 1. Search for Angular in the search bar at the top and then select **Angular App**.