Skip to content

Demo of using localStorage in a simple dotnet core angular project

Notifications You must be signed in to change notification settings

uglyfatbald/dotnet-angular-localStorage-demo

Repository files navigation

Demo LocalStorage in dotnet core 2.0 project

Demo of using localStorage in a simple dotnet core angular project.

The project was created using JavaScriptServices template:

$ dotnet new -l
$ ...
$ ASP.NET Core with Angular                         angular           [C#]              Web/MVC/SPA
$ ...
$ mkdir <project-name>
$ cd <project-name>
$ dotnet new angular

Steps to run:

  1. Clone the repo
  2. Update references
$ npm install
$ dotnet restore
  1. Run the project
$ dotnet run

About

Demo of using localStorage in a simple dotnet core angular project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published