|
| 1 | +--- |
| 2 | +name: 🐞 Bug Report |
| 3 | +about: Something is broken in Angular Universal |
| 4 | +--- |
| 5 | + |
| 6 | +<-- |
| 7 | +Please follow the below issue template. Issues not following the issue template will be closed. |
| 8 | +Please provide _as much detail as possible_ in as minimal a reproduction as possible. This means no/only one third-party |
| 9 | +libraries, no application-specific code, etc. Essentially, we're looking for an `ng new` project with maybe one |
| 10 | +additional file/change. If this is not possible, please look deeper into your issue or post it to StackOverflow |
| 11 | +for support. This is a bug/feature tracker, meaning that something is actively _missing or broken_ in Angular Universal. |
| 12 | +Anything else does not belong on this forum. |
| 13 | + |
| 14 | +For very common issues when using Angular Universal, please see [this doc](docs/gotchas.md). This includes |
| 15 | +issues for `window is not defined` and other hiccups when adopting Angular Universal for the first time. |
| 16 | +--> |
| 17 | + |
| 18 | +# 🐞 Bug report |
| 19 | + |
| 20 | +#### What modules are related to this issue? |
| 21 | + |
| 22 | +<!-- ✍️edit: --> |
| 23 | + |
| 24 | +- [ ] builders |
| 25 | +- [ ] common |
| 26 | +- [ ] express-engine |
| 27 | + |
| 28 | +### Is this a regression? |
| 29 | + |
| 30 | +<!-- Did this behavior used to work in the previous version? --> |
| 31 | +<!-- ✍️--> Yes, the previous version in which this bug was not present was: .... |
| 32 | + |
| 33 | +### Description |
| 34 | + |
| 35 | +<!-- ✍️--> A clear and concise description of the problem... |
| 36 | + |
| 37 | +## 🔬 Minimal Reproduction |
| 38 | + |
| 39 | +<!-- |
| 40 | +Simple steps to reproduce this bug. |
| 41 | +
|
| 42 | +Please include: commands run (including args), packages added, related code changes. |
| 43 | +
|
| 44 | +If reproduction steps are not enough for reproduction of your issue, please create a minimal GitHub repository with the reproduction of the issue. |
| 45 | +A good way to make a minimal reproduction is to create a new app via `ng new repro-app` and add the minimum possible code to show the problem. |
| 46 | +Share the link to the repo below along with step-by-step instructions to reproduce the problem, as well as expected and actual behavior. |
| 47 | +
|
| 48 | +Issues that don't have enough info and can't be reproduced will be closed. |
| 49 | +
|
| 50 | +You can read more about issue submission guidelines here: https://github.com/angular/universal/blob/main/CONTRIBUTING.md#-submitting-an-issue |
| 51 | +--> |
| 52 | + |
| 53 | +## 🔥 Exception or Error |
| 54 | + |
| 55 | +<pre><code> |
| 56 | +<!-- If the issue is accompanied by an exception or an error, please share it below: --> |
| 57 | +<!-- ✍️--> |
| 58 | + |
| 59 | +</code></pre> |
| 60 | + |
| 61 | +## 🌍 Your Environment |
| 62 | + |
| 63 | +<pre><code> |
| 64 | +<!-- run `ng version` and paste output below --> |
| 65 | +<!-- ✍️--> |
| 66 | + |
| 67 | +</code></pre> |
0 commit comments