10.2.2020, Visual Studio 2019
Welcome to your new single-page application, built with:
- Angular (21.0.2) and TypeScript for client-side code
- Bootstrap for layout and styling
To help you get started, we've also set up:
- Client-side navigation. For example, click Counter then Back to return here.
- Angular CLI integration. In development mode, there's no need to run
ng serve. It runs in the background automatically, so your client-side resources are dynamically built on demand and the page refreshes when you modify any file. - Efficient production builds. In production mode, development-time features are disabled, and your
dotnet publishconfiguration automatically invokesng buildto produce minified, ahead-of-time compiled JavaScript files.
The ClientApp subdirectory is a standard Angular CLI application. If you open a command prompt in that directory, you can run any ng command (e.g., ng test), or use npm to install extra packages into it.