diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md deleted file mode 100644 index 7be97c56c..000000000 --- a/.github/ISSUE_TEMPLATE/Bug.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -name: 🐞 Bug Report -about: Something is broken in Angular Universal ---- - -<-- -Please follow the below issue template. Issues not following the issue template will be closed. -Please provide _as much detail as possible_ in as minimal a reproduction as possible. This means no/only one third-party -libraries, no application-specific code, etc. Essentially, we're looking for an `ng new` project with maybe one -additional file/change. If this is not possible, please look deeper into your issue or post it to StackOverflow -for support. This is a bug/feature tracker, meaning that something is actively _missing or broken_ in Angular Universal. -Anything else does not belong on this forum. - -For very common issues when using Angular Universal, please see [this doc](docs/gotchas.md). This includes -issues for `window is not defined` and other hiccups when adopting Angular Universal for the first time. ---> - -# 🐞 Bug report - -#### What modules are related to this issue? - - - -- [ ] builders -- [ ] common -- [ ] express-engine - -### Is this a regression? - - - Yes, the previous version in which this bug was not present was: .... - -### Description - - A clear and concise description of the problem... - -## πŸ”¬ Minimal Reproduction - - - -## πŸ”₯ Exception or Error - -

-
-
-
-
- -## 🌍 Your Environment - -

-
-
-
-
diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.md b/.github/ISSUE_TEMPLATE/Feature_Request.md deleted file mode 100644 index dbd3063fe..000000000 --- a/.github/ISSUE_TEMPLATE/Feature_Request.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: πŸš€ Feature Request -about: You have an idea that you'd like to be implemented in Angular Universal ---- - -# πŸš€ Feature request - -#### What modules are relevant for this feature request? - - - -- [ ] builders -- [ ] common -- [ ] express-engine - -### Description - - A clear and concise description of the problem or missing capability... - -### Describe the solution you'd like - - If you have a solution in mind, please describe it. - -### Describe alternatives you've considered - - Have you considered any alternative solutions or workarounds? diff --git a/.github/ISSUE_TEMPLATE/Proposal.md b/.github/ISSUE_TEMPLATE/Proposal.md deleted file mode 100644 index 2f5e61636..000000000 --- a/.github/ISSUE_TEMPLATE/Proposal.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: πŸ€” Proposal -about: You have a proposal for a change in Angular Universal ---- - -# Proposal - -#### What is the summary of the proposal? - -#### What is the proposal? - -#### Is there anything else we should know? diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..aade328a0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Bugs and feature requests + url: https://github.com/angular/angular-cli/issues/new + about: Report an issue in Angular Universal in the Angular CLI repository. + - name: Support request + url: https://github.com/angular/angular-cli/blob/main/CONTRIBUTING.md#question + about: Questions and requests for support. diff --git a/README.md b/README.md index 90b305b84..95a195fe8 100644 --- a/README.md +++ b/README.md @@ -1,72 +1,5 @@ -[![CircleCI](https://circleci.com/gh/angular/universal/tree/main.svg?style=shield)](https://circleci.com/gh/angular/universal/tree/main) -[![Join the chat at https://gitter.im/angular/universal](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/angular/universal?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) - # Angular Universal -![Angular Universal](https://angular.io/generated/images/marketing/concept-icons/universal.png) - -# Table of Contents - -- [Introduction](#introduction) -- [Getting Started with Universal](#getting-started) -- [Packages](#packages) -- [Universal "Gotchas"](#universal-gotchas) -- [Preboot](#preboot) -- [What's in a name?](#whats-in-a-name) -- [Universal Team](#universal-team) -- [License](#license) - ---- - -# Introduction - -The Angular Universal project is a community driven project to expand on the core APIs from Angular (platform-server) to enable developers to do server side rendering of Angular applications in a variety of scenarios. - -This repository will host the various tools like engines to integrate with various backends(NodeJS, ASP.NET etc.) and also extra modules and examples to help you started with server side rendering. - -The Universal project is driven by community contributions. Please check [our contributing guidelines](https://github.com/angular/universal/blob/main/CONTRIBUTING.md) and send us your Pull Requests! - -# Getting Started - -[Angular Universal Guide](https://angular.io/guide/universal) - -# Packages - -The packages from this repo are published as scoped packages under [@nguniversal](https://www.npmjs.com/search?q=%40nguniversal) - -- [@nguniversal/common](/modules/common/README.md) -- [@nguniversal/builders](/modules/builders/README.md) -- [@nguniversal/express-engine](/modules/express-engine/README.md) - -# Universal "Gotchas" - -Moved to [/docs/gotchas.md](/docs/gotchas.md) - -# Preboot - -Control server-rendered page and transfer state before client-side web app loads to the client-side-app. [Repo](https://github.com/angular/preboot) - -# What's in a name? - -We believe that using the word "universal" is correct when referring to a JavaScript Application that runs in more environments than the browser. (inspired by [Universal JavaScript](https://medium.com/@mjackson/universal-javascript-4761051b7ae9)) - -# Universal Team - -- [Adam Plumer](https://github.com/CaerusKaru) and [Fabian Wiles](https://github.com/Toxicable) - Current maintainers -- [PatrickJS](https://twitter.com/gdi2290) and [Jeff Whelpley](https://twitter.com/jeffwhelpley) - Founders of the Angular Universal project. (Universal rendering is also called [PatrickJS-ing](https://twitter.com/jeffbcross/status/846512930971516928)) -- [Mark Pieszak](https://twitter.com/MarkPieszak) - Core team -- [Wassim Chegham](https://twitter.com/manekinekko) - Contributor & Evangelist -- [Jason Jean](https://github.com/FrozenPandaz) - Express engine and Universal support for CLI -- [Jeff Cross](https://twitter.com/jeffbcross) - Evangelist and performance consultant -- [Douglas Parker](https://github.com/dgp1130) and [Alex Rickabaugh](https://github.com/alxhub) - Angular Core API - -# Community Resources - -- [Angular Universal - Server-side Rendering Deep Dive](https://trilon.io/blog/angular-universal-server-side-rendering-deep-dive) -- [Angular Universal v9 - what's new?](https://trilon.io/blog/angular-universal-v9-whats-new) -- [Angular for the rest of us](https://medium.com/google-developer-experts/angular-universal-for-the-rest-of-us-922ca8bac84) -- [Angular outside the browser](https://slides.com/wassimchegham/angular2-universal#/) - -# License +## This repository has been moved to Angular CLI repo -[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](/LICENSE) +You can find the Angular CLI repo [here](https://github.com/angular/angular-cli).