AspNetCore.Docs/aspnetcore/client-side/spa/angular.md

29 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

---
2022-03-16 23:59:52 +08:00
title: Use Angular with ASP.NET Core
author: SteveSandersonMS
description: Learn how to get started with the ASP.NET Core Single Page Application (SPA) project template for Angular and the Angular CLI.
2022-02-22 22:02:45 +08:00
monikerRange: '>= aspnetcore-3.1'
ms.author: stevesa
ms.custom: mvc
ms.date: 09/12/2023
uid: spa/angular
---
# Use the Angular project template with ASP.NET Core
2023-09-08 05:18:36 +08:00
[!INCLUDE[](~/includes/not-latest-version.md)]
2022-02-22 22:02:45 +08:00
2023-09-08 05:18:36 +08:00
:::moniker range=">= aspnetcore-8.0"
2022-02-22 22:02:45 +08:00
[!INCLUDE [spa-templates-recommend-vs](../../includes/spa-templates-recommend-vs.md)]
## Visual Studio tutorial
2022-03-16 23:59:52 +08:00
To get started with an Angular project, follow the [Create an ASP.NET Core app with Angular](/visualstudio/javascript/tutorial-asp-net-core-with-angular) tutorial in the Visual Studio documentation.
For more information, see [JavaScript and TypeScript in Visual Studio](/visualstudio/javascript/javascript-in-visual-studio)
[!INCLUDE [spa-templates-new-vs-old](../../includes/spa-templates-new-vs-old.md)]
2022-02-22 22:02:45 +08:00
:::moniker-end
2023-09-08 05:18:36 +08:00
[!INCLUDE [](~/client-side/spa/includes/angular3-7.md)]