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
### What is this repo? Live Demo here: http://aspnetcore-angular2-universal.azurewebsites.net
22
20
23
21
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
25
23
application paints (Note: If you don't need SSR [read here](#faq) on how to disable it).
26
24
27
25
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
47
45
48
46
> These are just some of the features found in this starter!
49
47
50
-
- ASP.NET 2.0 - VS2017 15.3 support now!
48
+
- ASP.NET 2.1 - VS2017 support now!
51
49
- Azure delpoyment straight from VS2017
52
50
- Built in docker support through VS2017
53
51
- RestAPI (WebAPI) integration
54
52
- SQL Database CRUD demo
55
53
- Swagger WebAPI documentation when running in development mode
56
54
- SignalR Chat demo! (Thanks to [@hakonamatata](https://github.com/hakonamatata))
57
55
58
-
-**Angular 5.0.0** :
56
+
-**Angular 6.0.0** :
59
57
- (Minimal) Angular-CLI integration
60
58
- This is to be used mainly for Generating Components/Services/etc.
61
59
- Usage examples:
@@ -69,7 +67,7 @@ This utilizes all the latest standards, no gulp, no bower, no typings, no manual
69
67
- Can be easily replaced with bootstrap4 (3 is provided for browser support)
70
68
- Bootstrap using SCSS / SASS for easy theming / styling!
71
69
72
-
-**Webpack build system (Webpack 2)**
70
+
-**Webpack build system (Webpack 4)**
73
71
- HMR : Hot Module Reloading/Replacement
74
72
- Production builds w/ AoT Compilation
75
73
@@ -87,7 +85,7 @@ This utilizes all the latest standards, no gulp, no bower, no typings, no manual
87
85
88
86
-**Azure**
89
87
- Microsoft Application Insights setup (for MVC & Web API routing)
- If you're using Azure simply install `npm i -S @markpieszak/ng-application-insights` as a dependencies.
92
90
- Note: Make sure only the Browser makes these calls ([usage info here](https://github.com/MarkPieszak/angular-application-insights/blob/master/README.md#usage))
93
91
- 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
0 commit comments