Skip to content

Add other ui options for microservice tutorial #22730

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 11 commits into from
Closed
Prev Previous commit
Next Next commit
Update Angular microservice tutorial
  • Loading branch information
m-aliozkaya committed May 27, 2025
commit 0ad9b037b1852da77244137d73b8e92cba526113
2 changes: 1 addition & 1 deletion docs/en/tutorials/microservice/part-03.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Now, stop any application running in the *Solution Runner* panel, and then run t

![abp-studio-run-build-and-start-all](images/abp-studio-run-start-all.png)

After the application is started, you can right-click and [Browse](../../studio/running-applications.md#monitoring) on the {{if UI == "MVC"}} `CloudCrm.Web` {{else}} `CloudCrm.Blazor` {{end}} application to open it in the ABP Studio's pre-integrated browser:
After the application is started, you can right-click and [Browse](../../studio/running-applications.md#monitoring) on the {{if UI == "MVC"}} `CloudCrm.Web` {{else if UI == "NG"}} `CloudCrm.Angular` {{else}} `CloudCrm.Blazor` {{end}} application to open it in the ABP Studio's pre-integrated browser:

![abp-studio-browse-cloud-crm-products](images/abp-studio-browse-cloud-crm-products.png)

Expand Down
2 changes: 2 additions & 0 deletions docs/en/tutorials/microservice/part-05.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,8 @@ Run the following command line under the `Angular` project folder to generate th
abp generate-proxy -t ng -m ordering -u http://localhost:44311 --target ordering-service
```

> Make sure the url port (example 44311) must be same with your OrderService's port.

For more information, please refer to the [Service Proxies](https://abp.io/docs/latest/framework/ui/angular/service-proxies) documentation.

### Create Order Module
Expand Down