Skip to content

Commit 2e12109

Browse files
authored
docs(readme): update verbiage
1 parent eff67f2 commit 2e12109

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed

README.md

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,22 @@
44

55
> Updated to the latest Angular 6.x
66
7-
> Note ServerTransferModule still in the works - fix coming soon
8-
97
<p align="center">
10-
<img src="./docs/architecture.png" alt="ASP.NET Core 2.0 Angular 5+ Starter" title="ASP.NET Core 2.0 Angular 5+ Starter">
8+
<img src="./docs/architecture.png" alt="ASP.NET Core 2.0 Angular 6+ Starter" title="ASP.NET Core 2.0 Angular 6+ Starter">
119
</p>
1210

13-
### Harness the power of Angular 5+, ASP.NET Core 2.0, now with SEO !
11+
### Harness the power of Angular 6+, ASP.NET Core 2.0, now with SEO !
1412

1513
Angular SEO in action:
1614

1715
<p align="center">
18-
<img src="./docs/angular2-seo.png" alt="ASP.NET Core Angular5 SEO" title="ASP.NET Core Angular5 SEO">
16+
<img src="./docs/angular2-seo.png" alt="ASP.NET Core Angular6 SEO" title="ASP.NET Core Angular6 SEO">
1917
</p>
2018

2119
### What is this repo? Live Demo here: http://aspnetcore-angular2-universal.azurewebsites.net
2220

2321
This repository is maintained by [Angular](https://github.com/angular/angular) and is meant to be an advanced starter
24-
for both ASP.NET Core 2.0 using Angular 5.0+, not only for the client-side, but to be rendered on the server for instant
22+
for both ASP.NET Core 2.0 using Angular 6.0+, not only for the client-side, but to be rendered on the server for instant
2523
application paints (Note: If you don't need SSR [read here](#faq) on how to disable it).
2624

2725
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).
@@ -47,15 +45,15 @@ This utilizes all the latest standards, no gulp, no bower, no typings, no manual
4745

4846
> These are just some of the features found in this starter!
4947
50-
- ASP.NET 2.0 - VS2017 15.3 support now!
48+
- ASP.NET 2.1 - VS2017 support now!
5149
- Azure delpoyment straight from VS2017
5250
- Built in docker support through VS2017
5351
- RestAPI (WebAPI) integration
5452
- SQL Database CRUD demo
5553
- Swagger WebAPI documentation when running in development mode
5654
- SignalR Chat demo! (Thanks to [@hakonamatata](https://github.com/hakonamatata))
5755

58-
- **Angular 5.0.0** :
56+
- **Angular 6.0.0** :
5957
- (Minimal) Angular-CLI integration
6058
- This is to be used mainly for Generating Components/Services/etc.
6159
- Usage examples:
@@ -69,7 +67,7 @@ This utilizes all the latest standards, no gulp, no bower, no typings, no manual
6967
- Can be easily replaced with bootstrap4 (3 is provided for browser support)
7068
- Bootstrap using SCSS / SASS for easy theming / styling!
7169

72-
- **Webpack build system (Webpack 2)**
70+
- **Webpack build system (Webpack 4)**
7371
- HMR : Hot Module Reloading/Replacement
7472
- Production builds w/ AoT Compilation
7573

@@ -87,7 +85,7 @@ This utilizes all the latest standards, no gulp, no bower, no typings, no manual
8785

8886
- **Azure**
8987
- Microsoft Application Insights setup (for MVC & Web API routing)
90-
- Client-side Angular2 Application Insights integration
88+
- Client-side Angular Application Insights integration
9189
- If you're using Azure simply install `npm i -S @markpieszak/ng-application-insights` as a dependencies.
9290
- Note: Make sure only the Browser makes these calls ([usage info here](https://github.com/MarkPieszak/angular-application-insights/blob/master/README.md#usage))
9391
- More information here: - https://github.com/MarkPieszak/angular-application-insights
@@ -97,18 +95,16 @@ This utilizes all the latest standards, no gulp, no bower, no typings, no manual
9795
instrumentationKey: 'Your-Application-Insights-instrumentationKey'
9896
})
9997
```
100-
101-
102-
> Looking for the older 2.x branch? Go [here](https://github.com/MarkPieszak/aspnetcore-angular2-universal/tree/old-2.x-universal-branch)
98+
10399

104100
----
105101

106102
----
107103

108104
# Getting Started?
109105

110-
- **Make sure you have at least Node 6.x or higher (w/ npm 3+) installed!**
111-
- **This repository uses ASP.Net Core 2.0, which has a hard requirement on .NET Core Runtime 2.0.0 and .NET Core SDK 2.0.0. Please install these items from [here](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.0-download.md)**
106+
- **Make sure you have at least Node 8.11.1 or higher (w/ npm 5+) installed!**
107+
- **This repository uses ASP.Net Core 2.1, which has a hard requirement on .NET Core Runtime 2.1 and .NET Core SDK 2.1. Please install these items from [here](https://blogs.msdn.microsoft.com/dotnet/2018/05/30/announcing-net-core-2-1/?WT.mc_id=blog-twitter-timheuer)**
112108

113109

114110
### Visual Studio 2017
@@ -143,8 +139,9 @@ export ASPNETCORE_ENVIRONMENT=Development
143139

144140
# Upcoming Features:
145141

146-
- Fix HttpTransferCacheModule & ServerTransferModule to work with aspnet-engine
147-
- ~~Update to use npm [ngAspnetCoreEngine](https://github.com/angular/universal/pull/682) (still need to tweak a few things there)~~
142+
- Clean API / structure / simplify application
143+
- Refactor to latest RxJs pipeable syntax
144+
- Attempt to integrate with Angular-CLI fully
148145

149146
----
150147

@@ -296,7 +293,7 @@ Take a look at the `_Layout.cshtml` file for example, notice how we let .NET han
296293
<head>
297294
<base href="/" />
298295
<!-- Title will be the one you set in your Angular application -->
299-
<title>@ViewData["Title"] - AspNET.Core Angular 5.0.0 (+) starter</title>
296+
<title>@ViewData["Title"] - AspNET.Core Angular 6.0.0 (+) starter</title>
300297
301298
<meta charset="utf-8" />
302299
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
@@ -335,9 +332,9 @@ Well now, your Client-side Angular will take over, and you'll have a fully funct
335332

336333
# "Gotchas"
337334

338-
- This repository uses ASP.Net Core 2.0, which has a hard requirement on .NET Core Runtime 2.0.0 and .NET Core SDK 2.0.0. Please install these items from [here](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.0-download.md)
335+
- This repository uses ASP.Net Core 2.1, which has a hard requirement on .NET Core Runtime 2.1 and .NET Core SDK 2.1. Please install these items from [here](https://blogs.msdn.microsoft.com/dotnet/2018/05/30/announcing-net-core-2-1/?WT.mc_id=blog-twitter-timheuer)
339336

340-
> When building components in Angular 5 there are a few things to keep in mind.
337+
> When building components in Angular 6 there are a few things to keep in mind.
341338

342339
- Make sure you provide Absolute URLs when calling any APIs. (The server can't understand relative paths, so `/api/whatever` will fail).
343340

0 commit comments

Comments
 (0)