AngularSpaCore
AngularSpaCore copied to clipboard
My take on building a single page application starter template for ASP.NET Core. You can find all sorts of samples used in every day life
AspNetCore-AngularSpa-Playground
Running the application
- Clone the project
- Open command prompt on the project root directory.
- Build the apllication (will also restore the npm packages)
dotnet build - Run the application
dotnet run - If you are using Azure for deployment, make sure you use kude to create a folder named
Uploadsunder theD:\home\site\wwwroot\directory. You can get access to Kudu fromAdvanced Toolsthat is available in your application's settings panel.

Important Links
Anngular Elements
State Management
Updated ASP.NET Core SPA tempates
- About The Updated SPA Templates From ASP.NET Core
- Migrating from the old ASP.NET Core Angular Spa template to the newer one
Working with Files
- Story of File Uploading in ASP.NET Core (Part I - MVC/Razor Pages)
- Story of File Uploading in ASP.NET Core (Part II - Angular/AJAX)
- Story of File Uploading in ASP.NET Core (Part III - Streaming Files)
Angular Material
Lazy Loading
Validation
- Asynchronous Validation in Angular's Reactive Forms Control
- Angular Forms Validation, updateOn: 'blur' & updateOn: 'submit' (Angular 5 edition)