Skip to content

Commit 3098116

Browse files
committed
Merge branch 'dev' of https://github.com/aspnetzero/documents into dev
2 parents 408e27d + a95b4e8 commit 3098116

File tree

5 files changed

+91
-46
lines changed

5 files changed

+91
-46
lines changed

docs/en/Getting-Started-Angular.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ and created your ASP.NET Zero account.
66

77
## Login
88

9-
[Login](https://aspnetzero.com/Account/Login) to this web site with your user name and
10-
password. Then you will see [Download](https://aspnetzero.com/Download) link on the main menu.
9+
[Login](https://aspnetzero.com/Account/Login) to this web site with your user name and password. Then you will see [Download](https://aspnetzero.com/Download) link on the main menu.
1110

1211
## Create a Project
1312

14-
Go to the [download](https://aspnetzero.com/Download) page. You will see a form as shown
15-
below:
13+
Go to the [download](https://aspnetzero.com/Download) page. You will see a form as shown below:
1614

1715
<img src="images/download-angular-3.png" alt="Download angular" class="img-thumbnail" />
1816

@@ -34,8 +32,7 @@ select "One Solution" checkbox while downloading your project.
3432

3533
## ASP.NET Core Application
3634

37-
When you open Server side solution **\*.Web.sln** in **Visual Studio
38-
2017+**, you will see the solution structure as like below:
35+
When you open the server side solution **\*.Web.sln** in **Visual Studio 2017+**, you will see the solution structure as below:
3936

4037
If you want to work on only Xamarin project, open **\*.Mobile.sln**
4138
solution. If you want to work on both Xamarin and Web projects, open
@@ -100,7 +97,7 @@ setting **AbpZeroTemplateConsts.MultiTenancyEnabled** to false in the
10097
Once you've done the configuration, you can run the application. Server
10198
side application only contains APIs. When you start the application you will see a login page:
10299

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.
100+
**NOTE:** If your project is a merged project, you will not see the login page when you start the host project. Basically you need to manually navigate to http://localhost:22742/ui/login.
104101

105102
<img src="images/host-login-page.png" alt="Swagger UI" class="img-thumbnail" />
106103

0 commit comments

Comments
 (0)