File tree Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { LinkService } from './shared/link.service';
1313export class AppComponent implements OnInit , OnDestroy {
1414
1515 // This will go at the END of your title for example "Home - Angular Universal..." <-- after the dash (-)
16- private endPageTitle : string = 'Angular Universal & ASP.NET Core Starter' ;
16+ private endPageTitle : string = 'Angular Universal and ASP.NET Core Starter' ;
1717 // If no Title is provided, we'll use a default one before the dash(-)
1818 private defaultPageTitle : string = 'My App' ;
1919
Original file line number Diff line number Diff line change 1- # ASP.NET Core & Angular 4 (+) advanced starter - with Server-side prerendering!
1+ # ASP.NET Core & Angular 4 (+) advanced starter - with Server-side prerendering (for Angular SEO) !
22
3- ## Fully functional - Angular4 branch merged to master 3/30/2017 - still a few tweaks needed to add in previous features
4-
5- > There may be issues here and there so please create an Issue or PR if you'd like!
3+ > Fully functional - Angular4 branch merged to master 3/30/2017 - still a few tweaks needed to add in previous features
64
75<p align =" center " >
86 <img src="./docs/architecture.png" alt="ASP.NET Core Angular 2+ Starter" title="ASP.NET Core Angular 2+ Starter">
97</p >
108
9+ ### Harness the power of Angular 2+, ASP.NET Core, now with SEO !
10+
11+ Angular SEO in action:
12+
13+ <p align =" center " >
14+ <img src =" ./docs/angular2-seo.png " alt =" ASP.NET Core Angular2 SEO " title =" ASP.NET Core Angular2 SEO " >
15+ </p >
16+
17+
1118> Looking for the older 2.x branch? Go [ here] ( https://github.com/MarkPieszak/aspnetcore-angular2-universal/tree/old-2.x-universal-branch )
1219
1320### Merged 3/30/2017 - TO-DO List:
Original file line number Diff line number Diff line change 22<html >
33 <head >
44 <base href =" /" />
5- <title >@ViewData ["Title"] - AspNET.Core Angular 4.0.0 (+) Universal starter </title >
5+ <title >@ViewData ["Title"]</title >
66
77 <meta charset =" utf-8" />
88 <meta name =" viewport" content =" width=device-width, initial-scale=1.0" />
You can’t perform that action at this time.
0 commit comments