Demo using Ngrx Component Store with an Asp.Net Core backend
If you like or are using this project to learn or start your solution, please give it a star. Thanks!
-
Open a terminal such as PowerShell, Command Prompt, or bash and navigate to the
src/AspNetCoreNgrxComponentStore.Apifolder -
Run the following
dotnetcommands:
dotnet run-
Open your browser to:
https://localhost:5001. -
Navigate to the
src/AspNetCoreNgrxComponentStore.Appfolder. -
Run
ng serve -
Open another browser to:
https://localhost:4200.