2017-12-04 23:33:06 +08:00
---
2022-03-16 23:59:52 +08:00
title: Use Angular with ASP.NET Core
2017-12-04 23:33:06 +08:00
author: SteveSandersonMS
2018-02-22 00:20:31 +08:00
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'
2019-02-13 10:58:31 +08:00
ms.author: stevesa
2017-12-04 23:33:06 +08:00
ms.custom: mvc
2023-09-29 09:38:39 +08:00
ms.date: 09/12/2023
2017-12-04 23:33:06 +08:00
uid: spa/angular
---
2018-03-20 07:40:34 +08:00
# Use the Angular project template with ASP.NET Core
2017-12-04 23:33:06 +08:00
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
2023-09-29 09:38:39 +08:00
[!INCLUDE [spa-templates-recommend-vs ](../../includes/spa-templates-recommend-vs.md )]
2017-12-04 23:33:06 +08:00
2023-09-29 09:38:39 +08:00
## Visual Studio tutorial
2022-03-16 23:59:52 +08:00
2023-09-29 09:38:39 +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.
2017-12-04 23:33:06 +08:00
2023-09-29 09:38:39 +08:00
For more information, see [JavaScript and TypeScript in Visual Studio ](/visualstudio/javascript/javascript-in-visual-studio )
2017-12-04 23:33:06 +08:00
2023-09-29 09:38:39 +08:00
[!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 )]