Skip to content

Commit 5f985e4

Browse files
authored
Merge pull request #161 from damienbod/dev_7_0_0
Update to Angular 10
2 parents c49f5c8 + 163b7b3 commit 5f985e4

File tree

6 files changed

+8317
-6248
lines changed

6 files changed

+8317
-6248
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ For a fresh start, consider running these commands
55

66
<a href="https://github.com/damienbod/Angular2WebpackVisualStudio/blob/master/README.md">Readme</a>
77

8+
<a name="2020-06-26"></a>
9+
# 2020-06-26 Version 7.0.0
10+
* Update to Angular 10.0.0
11+
812
<a name="2020-05-03"></a>
913
# 2020-05-03 Version 6.0.2
1014
* Update to Angular 9.1.4

src/AngularWebpackVisualStudio/AngularWebpackVisualStudio.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
33
<TargetFramework>netcoreapp3.1</TargetFramework>
4-
<Version>6.0.1</Version>
4+
<Version>7.0.0</Version>
55
<TypeScriptToolsVersion>3.7</TypeScriptToolsVersion>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.3" />
8+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.5" />
99
</ItemGroup>
1010
<ItemGroup>
1111
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.0" />

src/AngularWebpackVisualStudio/angularApp/app/core/core.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { ThingService } from './services/thing-data.service';
1111
})
1212

1313
export class CoreModule {
14-
static forRoot(): ModuleWithProviders {
14+
static forRoot(): ModuleWithProviders<CoreModule> {
1515
return {
1616
ngModule: CoreModule,
1717
providers: [

0 commit comments

Comments
 (0)