You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Angular SEO in action:
15
15
### What is this repo? Live Demo here: http://aspnetcore-angular2-universal.azurewebsites.net
16
16
17
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
18
+
for both ASP.NET Core using Angular 4.0+, not only for the client-side, but to be rendered on the server for instant
19
19
application paints (Note: If you don't need Universal (SSR) [read here](#faq) on how to disable it).
20
20
21
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).
@@ -43,27 +43,24 @@ This utilizes all the latest standards, no gulp, no bower, no typings, no manual
43
43
- ASP.NET 1.0 - VS2017 support now!
44
44
- Azure delpoyment straight from VS2017
45
45
- Built in docker support through VS2017
46
-
- RestAPI integration
46
+
- RestAPI (WebAPI) integration
47
+
- SQL Database CRUD demo
47
48
- SignalR Chat demo! (Thanks to [@hakonamatata](https://github.com/hakonamatata)
48
49
49
50
-**Angular 4.0.0** :
50
51
- Featuring Server-side rendering (Platform-Server (basically Angular Universal, but moved into Angular Core)
51
-
- Faster paints, SEO (Search-engine optimization w Title/Meta/Link tags), link-previews, etc
52
-
-~~NgRx - Reactive Redux state management architecture~~
53
-
-~~Built to work with the real-time Redux Devtools. [Get the Chrome extension here](https://github.com/zalmoxisus/redux-devtools-extension) ~
52
+
- Faster initial paints, SEO (Search-engine optimization w Title/Meta/Link tags), social media link-previews, etc
53
+
- i18n - internationalization support (via/ ngx-translate)
54
54
- Baked in best-practices (follows Angular style guide)
55
-
- Bootstrap4 (with ng2-bootstrap) - can be rendered on the server
56
-
-~~Bootstrap using SCSS/SASS for easy theming / styling!~~
55
+
- Bootstrap4 (with ng2-bootstrap) - (can be rendered on the server!)
56
+
- Bootstrap using SCSS / SASS for easy theming / styling!
57
57
58
58
-**Webpack build system (Webpack 2)**
59
59
- HMR : Hot Module Reloading/Replacement
60
-
-~~NgRx utilized and setup to **hold app State between HMR builds**~~
61
60
- Production builds
62
-
-~~Webpack Dashboard~~
63
61
64
62
-**Testing frameworks**
65
63
- Unit testing with Karma/Jasmine
66
-
-~~E2E testing with Protractor~~
67
64
68
65
-**Productivity**
69
66
- Typescript 2
@@ -77,7 +74,7 @@ This utilizes all the latest standards, no gulp, no bower, no typings, no manual
77
74
78
75
-**Azure**
79
76
- Microsoft Application Insights setup (for MVC & Web API routing)
0 commit comments