Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Latest commit

 

History

History
60 lines (37 loc) · 2.59 KB

README.md

File metadata and controls

60 lines (37 loc) · 2.59 KB

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 Uploads under the D:\home\site\wwwroot\ directory. You can get access to Kudu from Advanced Tools that is available in your application's settings panel.

App Screen Shot

Important Links

Anngular Elements

State Management

Updated ASP.NET Core SPA tempates

Working with Files

Angular Material

Lazy Loading

Validation

Tree Shaking

Pipe