Skip to content

Commit a632a1c

Browse files
Added documents for host application home and login pages
1 parent 29c135c commit a632a1c

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

docs/en/Getting-Started-Angular.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,17 @@ setting **AbpZeroTemplateConsts.MultiTenancyEnabled** to false in the
9898
### Run API Host
9999

100100
Once you've done the configuration, you can run the application. Server
101-
side application only contains APIs. So, default page is a Swagger UI
102-
which can be used to investigate the API.
101+
side application only contains APIs. When you start the application you will see a login page:
103102

104-
**NOTE:** If you download merged project and when you start host project, you won't see the Swagger UI, since there is no home controller.
105-
So you should add the url `/swagger` to see Swagger UI.
103+
**NOTE:** If you download merged project and when you start host project, you won't see the login page. So you should add the url `/ui/login` to see login page.
104+
105+
<img src="images/host-login-page.png" alt="Swagger UI" class="img-thumbnail" />
106+
107+
If you log in to host application, then you will see host main page:
108+
109+
<img src="images/host-home-page.png" alt="Swagger UI" class="img-thumbnail" />
110+
111+
You can navigate **Swagger UI**, **Hangfire Dashboard** or **GraphQL Playground** from this page. For example when you navigate **Swagger UI**, you will see following page:
106112

107113
<img src="images/swagger-ui-ng2-1.png" alt="Swagger UI" class="img-thumbnail" />
108114

docs/en/images/host-home-page.png

14.8 KB
Loading

docs/en/images/host-login-page.png

10.7 KB
Loading

0 commit comments

Comments
 (0)