Skip to content

codeeffects-software/Rule.Demo.Angular

Repository files navigation

ASP.NET 8.0 / Angular 19.2

NuGet Packages

npm Package

Before running this demo project:

  1. Right-click the solution in the Solution Explorer and select Rebuild Solution.
  2. Right-click the solution again and select Configure Startup Projects...
  3. Ensure that Multiple Startup Projects is selected. Set the Action for both projects to Start. Use the arrow buttons to move the CodeEffects.Rule.Demo.Server project to the top of the list.
  4. Right-click the CodeEffects.Rule.Demo.Server project and select Properties.
  5. Go to the Debug tab and click Open Debug Launch Profile UI. Scroll down and uncheck the Launch Browser checkbox.
  6. Verify that the codeeffects.rule.demo.client project contains the .vscode folder with a valid launch.json file.

To run this demo, press either Ctrl+F5 or F5 in Visual Studio. Wait until both the client app and the server app load in their browsers. Then RELOAD the client app — the server app loads more slowly, and the client app cannot load the editor until the server is available. This is due to how the Angular template was configured in Visual Studio when this demo was created. Newer versions of Visual Studio may resolve this issue.

For detailed instructions on running an ASP.NET Core / Angular project in Visual Studio, visit: https://learn.microsoft.com/en-us/visualstudio/javascript/tutorial-asp-net-core-with-angular?view=vs-2022

Resources