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
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!
# 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)
355
362
356
363
### How can I disable Universal / SSR (Server-side rendering)?
357
364
@@ -402,6 +409,8 @@ Also thank you to the many Contributors !
402
409
403
410
# Found a Bug? Want to Contribute?
404
411
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
+
405
414
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.
0 commit comments