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
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,13 @@
2
2
3
3
### What is this repo?
4
4
5
-
This repository is maintained by Angular Universal and is meant to be an advanced starter for both ASP.NET Core using
5
+
This repository is maintained by [Angular Universal](https://github.com/angular/universal) and is meant to be an advanced starter for both ASP.NET Core using
6
6
Angular2, not only for the client-side, but to be rendered on the *server*.
7
7
8
-
This is meant to be an advanced starter, feature-rich, and include many real-world examples and libraries needed in todays Single Page Applications (SPAs).
8
+
This is meant to be a Feature-Rich Starter application, and include many real-world examples and libraries
9
+
needed in todays Single Page Applications (SPAs).
9
10
10
-
Currently in Beta - some improvements & functionality to come, 1.0 version will be released very shortly.
11
+
[11/13] Fully operational, some improvements & new functionality to come, keep an eye out for the latest updates!
11
12
12
13
---
13
14
@@ -28,25 +29,26 @@ Currently in Beta - some improvements & functionality to come, 1.0 version will
- NgRx - Reactive Redux state management architecture
32
34
- Baked in best-practices (follows Angular style guide)
33
35
- Bootstrap4 (with ng2-bootstrap) - can be rendered on the server
34
36
35
37
- Webpack build system
36
38
- HMR : Hot Module Reloading/Replacement
39
+
- NgRx state management integrated to hold state between HMR builds!
37
40
- Production builds
41
+
- Webpack Dashboard
38
42
39
43
- Testing frameworks
40
44
- Unit testing with Karma/Jasmine
41
45
42
46
- Productivity
43
47
- Codelyzer (for Real-Sime static code analysis)
44
48
- VSCode & Atom provide real-time analysis out of the box.
45
-
-**NOTE**: In Visual Studio 2015, for codelyzer to work, you must *at least* have .NET Core >= **1.1.0-preview1** and Update 3 installed. You can find the [1.1.0 download here](https://github.com/dotnet/core/blob/master/release-notes/preview-download.md).
46
-
49
+
-**NOTE**: Does not fully work with Visual Studio yet. (Even with 1.1.0-preview)
47
50
48
-
- asp.NET Core 1.0.1
49
-
- Install 1.1 preview 1 & SDK 1.0 Preview 2.1 for the best results with codelyzer etc [1.1.0 download here](https://github.com/dotnet/core/blob/master/release-notes/preview-download.md).
51
+
- ASP.NET Core 1.0.1
50
52
- RestAPI integration
51
53
- Integration with NodeJS to provide pre-rendering, as well as any other Node module asset you want to use.
52
54
@@ -66,9 +68,9 @@ Currently in Beta - some improvements & functionality to come, 1.0 version will
66
68
67
69
# UPCOMING Features:
68
70
69
-
-[ ] NgRx (reactive Redux application state management)
70
-
-[ ] HMR State management
71
71
-[ ] Websockets example
72
+
-[x]~~NgRx (reactive Redux application state management)~~
0 commit comments