Skip to content

Demo doing in memory client side paging using Asp.Net Core and Angular

Notifications You must be signed in to change notification settings

QuinntyneBrown/AspNetCoreAngularInMemoryPaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asp.Net Core Angular InMemory Paging

Demo of client side in memory paging using Asp.Net Core, Angular and Angular Material

Give a Star! ⭐

If you like or are using this project to learn or start your solution, please give it a star. Thanks!

image

How to run locally

  1. Download and install the .NET Core SDK
  2. Open a terminal such as PowerShell, Command Prompt, or bash and navigate to the src/AspNetCoreAngularInMemoryPaging .Api folder
  3. Run the following dotnet commands:
dotnet build
dotnet run
  1. Open another terminal such as PowerShell, Command Prompt, or bash and navigate to the src/AspNetCoreAngularInMemoryPaging .App folder
  2. Run the following angular cli (ng) command:
ng serve
  1. Open your browser to: https://localhost:4200.

About

Demo doing in memory client side paging using Asp.Net Core and Angular

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published