|
| 1 | +--- |
| 2 | +name: "\U0001F41EBug report" |
| 3 | +about: Report a bug in Angular CLI |
| 4 | +--- |
| 5 | +<!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 |
| 6 | +
|
| 7 | +Oh hi there! 😄 |
| 8 | +
|
| 9 | +To expedite issue processing please search open and closed issues before submitting a new one. |
| 10 | +Existing issues often contain information about workarounds, resolution, or progress updates. |
| 11 | +
|
| 12 | +🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅--> |
| 13 | + |
| 14 | + |
| 15 | +# 🐞 Bug report |
| 16 | + |
| 17 | +### Command (mark with an `x`) |
| 18 | +<!-- Can you pin-point the command or commands that are effected by this bug? --> |
| 19 | +<!-- ✍️edit: --> |
| 20 | +``` |
| 21 | +- [ ] new |
| 22 | +- [ ] build |
| 23 | +- [ ] serve |
| 24 | +- [ ] test |
| 25 | +- [ ] e2e |
| 26 | +- [ ] generate |
| 27 | +- [ ] add |
| 28 | +- [ ] update |
| 29 | +- [ ] lint |
| 30 | +- [ ] xi18n |
| 31 | +- [ ] run |
| 32 | +- [ ] config |
| 33 | +- [ ] help |
| 34 | +- [ ] version |
| 35 | +- [ ] doc |
| 36 | +``` |
| 37 | + |
| 38 | +### Is this a regression? |
| 39 | + |
| 40 | +<!-- Did this behavior use to work in the previous version? --> |
| 41 | +<!-- ✍️--> Yes, the previous version in which this bug was not present was: .... |
| 42 | + |
| 43 | + |
| 44 | +### Description |
| 45 | + |
| 46 | +<!-- ✍️--> A clear and concise description of the problem... |
| 47 | + |
| 48 | + |
| 49 | +## 🔬 Minimal Reproduction |
| 50 | +<!-- |
| 51 | +Simple steps to reproduce this bug. |
| 52 | +
|
| 53 | +Please include: commands run (including args), packages added, related code changes. |
| 54 | +
|
| 55 | +If reproduction steps are not enough for reproduction of your issue, please create a minimal GitHub repository with the reproduction of the issue. Share the link to the repo below along with step-by-step instructions to reproduce the problem, as well as expected and actual behavior. |
| 56 | +
|
| 57 | +Issues that don't have enough info and can't be reproduced will be closed. |
| 58 | +
|
| 59 | +You can read more about issue submission guidelines here: https://github.com/angular/angular-cli/blob/master/CONTRIBUTING.md#-submitting-an-issue |
| 60 | +--> |
| 61 | + |
| 62 | +## 🔥 Exception or Error |
| 63 | +<pre><code> |
| 64 | +<!-- If the issue is accompanied by an exception or an error, please share it below: --> |
| 65 | +<!-- ✍️--> |
| 66 | + |
| 67 | +</code></pre> |
| 68 | + |
| 69 | + |
| 70 | +## 🌍 Your Environment |
| 71 | +<pre><code> |
| 72 | +<!-- run `ng version` and paste output below --> |
| 73 | +<!-- ✍️--> |
| 74 | + |
| 75 | +</code></pre> |
| 76 | + |
| 77 | +**Anything else relevant?** |
| 78 | +<!-- ✍️Is this a browser specific issue? If so, please specify the browser and version. --> |
| 79 | + |
| 80 | +<!-- ✍️Do any of these matter: operating system, IDE, package manager, HTTP server, ...? If so, please mention it below. --> |
0 commit comments