We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf7135 commit df82e38Copy full SHA for df82e38
ClientApp/app/containers/home/home.component.ts
@@ -8,7 +8,7 @@ import { TranslateService } from '@ngx-translate/core';
8
})
9
export class HomeComponent implements OnInit {
10
11
- title: string = 'Angular 5.x Universal & ASP.NET Core 2.0 advanced starter-kit';
+ title: string = 'Angular 6.x Universal & ASP.NET Core 2.1 advanced starter-kit';
12
13
// Use "constructor"s only for dependency injection
14
constructor(
0 commit comments