Skip to content

Commit ac0b9e8

Browse files
committed
docs(readme): update readme
1 parent 59ec6d3 commit ac0b9e8

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
# ASP.NET Core & Angular 4 (+) advanced starter - with Server-side prerendering (for Angular SEO)!
2-
3-
> Fully functional - Angular4 branch merged to master 3/30/2017 - still a few tweaks needed to add in previous features
1+
# ASP.NET Core & Angular 4 (+) advanced starter - with Server-side prerendering (for Angular SEO)!
42

53
<p align="center">
64
<img src="./docs/architecture.png" alt="ASP.NET Core Angular 2+ Starter" title="ASP.NET Core Angular 2+ Starter">
75
</p>
86

9-
> Looking for the older 2.x branch? Go [here](https://github.com/MarkPieszak/aspnetcore-angular2-universal/tree/old-2.x-universal-branch)
10-
117
### Harness the power of Angular 2+, ASP.NET Core, now with SEO !
128

139
Angular SEO in action:
@@ -16,6 +12,15 @@ Angular SEO in action:
1612
<img src="./docs/angular2-seo.png" alt="ASP.NET Core Angular2 SEO" title="ASP.NET Core Angular2 SEO">
1713
</p>
1814

15+
What is this repo? Live Demo here: http://aspnetcore-angular2-universal.azurewebsites.net
16+
17+
This repository is maintained by [Angular Universal](https://github.com/angular/universal) and is meant to be an advanced starter
18+
for both ASP.NET Core using Angular 2.x(+), not only for the client-side, but to be rendered on the server for instant
19+
application paints (Note: If you don't need Universal (SSR) [read here](#faq) on how to disable it).
20+
21+
This is meant to be a Feature-Rich Starter application containing all of the latest technologies, best build systems available, and include many real-world examples and libraries needed in todays Single Page Applications (SPAs).
22+
23+
This utilizes all the latest standards, no gulp, no bower, no typings, no manually "building" anything. NPM, Webpack and .NET handle everything for you!
1924

2025
# Table of Contents
2126

@@ -25,7 +30,7 @@ Angular SEO in action:
2530
* [Upcoming Features](#upcoming-features)
2631
* [Application Structure](#application-structure)
2732
* [Universal Gotchas](#universal-gotchas)
28-
* ~~[FAQ](#faq)~~
33+
* [FAQ](#faq)
2934
* [Special Thanks](#special-thanks)
3035
* [License](#license)
3136

@@ -76,6 +81,8 @@ Angular SEO in action:
7681
- https://github.com/MarkPieszak/angular-application-insights
7782

7883

84+
> Looking for the older 2.x branch? Go [here](https://github.com/MarkPieszak/aspnetcore-angular2-universal/tree/old-2.x-universal-branch)
85+
7986
----
8087

8188
----
@@ -351,7 +358,7 @@ constructor(element: ElementRef, renderer: Renderer) {
351358
352359
----
353360
354-
# FAQ
361+
# FAQ - Also check out the [FAQ Issues label](https://github.com/MarkPieszak/aspnetcore-angular2-universal/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Afaq)
355362
356363
### How can I disable Universal / SSR (Server-side rendering)?
357364
@@ -402,6 +409,8 @@ Also thank you to the many Contributors !
402409

403410
# Found a Bug? Want to Contribute?
404411

412+
[Check out our easier issues here](https://github.com/MarkPieszak/aspnetcore-angular2-universal/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20label%3A%22PRs%20welcome!%22%20)
413+
405414
Nothing's ever perfect, but please let me know by creating an issue (make sure there isn't an existing one about it already), and we'll try and work out a fix for it! If you have any good ideas, or want to contribute, feel free to either make an Issue with the Proposal, or just make a PR from your Fork.
406415

407416
----

0 commit comments

Comments
 (0)