Skip to content

Commit 0598e9b

Browse files
Merge pull request #182 from ProfessionalCSharp/updateangular
angular sample update
2 parents cb675bd + d69fde9 commit 0598e9b

File tree

11 files changed

+3661
-4684
lines changed

11 files changed

+3661
-4684
lines changed

3_Web/ASPNETCore/AngularSample/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
*.userosscache
88
*.sln.docstates
99

10+
cache
11+
1012
# User-specific files (MonoDevelop/Xamarin Studio)
1113
*.userprefs
1214

3_Web/ASPNETCore/AngularSample/AngularSample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<Nullable>enable</Nullable>
66
<IsPackable>false</IsPackable>
77
<SpaRoot>ClientApp\</SpaRoot>
8-
<SpaProxyServerUrl>https://localhost:44431</SpaProxyServerUrl>
8+
<SpaProxyServerUrl>https://localhost:44471</SpaProxyServerUrl>
99
<SpaProxyLaunchCommand>npm start</SpaProxyLaunchCommand>
1010
<ImplicitUsings>enable</ImplicitUsings>
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.AspNetCore.SpaProxy" Version="7.0.0" />
14+
<PackageReference Include="Microsoft.AspNetCore.SpaProxy" Version="7.0.5" />
1515
</ItemGroup>
1616

1717
<ItemGroup>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.6.33617.297
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AngularSample", "AngularSample.csproj", "{5B72061C-D51E-4811-A866-8D1844E76F56}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{5B72061C-D51E-4811-A866-8D1844E76F56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{5B72061C-D51E-4811-A866-8D1844E76F56}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{5B72061C-D51E-4811-A866-8D1844E76F56}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{5B72061C-D51E-4811-A866-8D1844E76F56}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {3598DF52-EA84-4111-A8E7-91BBCC7DD4B4}
24+
EndGlobalSection
25+
EndGlobal

3_Web/ASPNETCore/AngularSample/ClientApp/.browserslistrc

Lines changed: 0 additions & 17 deletions
This file was deleted.

3_Web/ASPNETCore/AngularSample/ClientApp/angular.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,8 @@
132132
}
133133
}
134134
},
135-
"defaultProject": "AngularSample"
135+
"defaultProject": "AngularSample",
136+
"cli": {
137+
"analytics": "fd540459-143b-4d53-a086-f483f83d1848"
138+
}
136139
}

0 commit comments

Comments
 (0)