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

fiyazbinhasan/AngularSpaCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published